implement %

This commit is contained in:
nora 2023-07-30 22:03:24 +02:00
parent b64c02cf4a
commit d9868e3111
4 changed files with 20 additions and 3 deletions

View file

@ -11,7 +11,15 @@ import { exec } from "child_process";
const input = `
function main() = (
let a = (0,);
prInt(0);
prInt(1);
prInt(9);
prInt(10);
prInt(100);
);
function prInt(a: Int) = (
);
function uwu(): (Int, Int) = (0, 0);