fix folder

This commit is contained in:
nora 2023-07-31 15:13:45 +02:00
parent f5cce667a6
commit 903fe75747
3 changed files with 6 additions and 14 deletions

View file

@ -12,15 +12,11 @@ import { exec } from "child_process";
const INPUT = `
function main() = (
owo.uwu.main();
owo.owo();
prIntln(0);
);
mod owo (
mod uwu (
function main() =;
);
function owo() = ;
function prIntln(x: Int) = (
print("\n");
);
`;