mirror of
https://github.com/Noratrieb/riverdelta.git
synced 2026-01-15 00:45:04 +01:00
implement %
This commit is contained in:
parent
b64c02cf4a
commit
d9868e3111
4 changed files with 20 additions and 3 deletions
10
src/index.ts
10
src/index.ts
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue