ludus/pkg/test.js

6 lines
77 B
JavaScript
Raw Normal View History

import * as mod from "./ludus.js";
console.log(mod.run(`
:foobar
`));