This commit is contained in:
nora 2023-12-15 23:08:23 +01:00
parent 7fec1b1ce7
commit a22cc15b59
11 changed files with 54 additions and 54 deletions

View file

@ -1,5 +1,6 @@
mod rt;
mod list;
mod io;
function printlnI32(x: I32) = (
printI32(x);