test
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
import { startREPL } from "./repl.js"
|
||||
import { initState } from "./state.js";
|
||||
|
||||
function main() {
|
||||
startREPL();
|
||||
async function main() {
|
||||
const state = initState();
|
||||
startREPL(state);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user