mirror of
https://github.com/Noratrieb/riverdelta.git
synced 2026-01-16 01:15:03 +01:00
printing!!!
This commit is contained in:
parent
27a4ecc46b
commit
761f78de0b
6 changed files with 165 additions and 26 deletions
13
src/index.ts
13
src/index.ts
|
|
@ -10,15 +10,12 @@ import fs from "fs";
|
|||
import { exec } from "child_process";
|
||||
|
||||
const input = `
|
||||
function printInt(a: Int): Int = (
|
||||
if true then (
|
||||
0;
|
||||
1;
|
||||
);
|
||||
0
|
||||
function main() = (
|
||||
print("uwu
|
||||
");
|
||||
print("owo
|
||||
");
|
||||
);
|
||||
|
||||
function main() = ;
|
||||
`;
|
||||
|
||||
function main() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue