ludus/build/svg_test.mjs

16 lines
232 B
JavaScript
Raw Normal View History

import {run, svg} from "./ludus.mjs"
const code = `
2024-08-01 21:31:36 +00:00
print! (random ())
print! (random ())
print! (random ())
print! (random ())
print! (random ())
print! (random ())
`
const result = run(code)
2024-08-01 21:31:36 +00:00
console.log(result.io.stdout.data)