diff --git a/build/test.mjs b/build/test.mjs index 95197e7..e946c71 100644 --- a/build/test.mjs +++ b/build/test.mjs @@ -1,5 +1,3 @@ import {run} from "./ludus.mjs" -console.log("Imported ludus wasm") - -console.log(run(`print! ("hello, world!")`)) +console.log(run(`let foo = 42; "{foo} bar"`))