mirror of
https://github.com/Noratrieb/riverdelta.git
synced 2026-01-15 17:05:03 +01:00
lower blocks
This commit is contained in:
parent
7c2faaecb8
commit
162d71c8b8
2 changed files with 48 additions and 13 deletions
14
src/index.ts
14
src/index.ts
|
|
@ -10,13 +10,15 @@ import fs from "fs";
|
|||
import { exec } from "child_process";
|
||||
|
||||
const input = `
|
||||
function printInt(a: Int) = ;
|
||||
|
||||
function main() = (
|
||||
let a = 0;
|
||||
let b = 0;
|
||||
printInt(a + b);
|
||||
function printInt(a: Int) = (
|
||||
0;
|
||||
(
|
||||
0;
|
||||
1
|
||||
);
|
||||
);
|
||||
|
||||
function main() = ;
|
||||
`;
|
||||
|
||||
function main() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue