import {run} from "./ludus.mjs"
console.log("Imported ludus wasm")
console.log(run(`print! ("hello, world!")`))