mirror of
https://github.com/Noratrieb/riverdelta.git
synced 2026-01-14 16:35:03 +01:00
fix folder
This commit is contained in:
parent
f5cce667a6
commit
903fe75747
3 changed files with 6 additions and 14 deletions
10
src/index.ts
10
src/index.ts
|
|
@ -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");
|
||||
);
|
||||
`;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue