mirror of
https://github.com/Noratrieb/riverdelta.git
synced 2026-01-14 16:35:03 +01:00
lower let
This commit is contained in:
parent
e88d0f8782
commit
9ac5fec4bd
2 changed files with 53 additions and 17 deletions
12
src/index.ts
12
src/index.ts
|
|
@ -11,11 +11,13 @@ import { exec } from "child_process";
|
|||
|
||||
const input = `
|
||||
function printInt(a: Int) = (
|
||||
0;
|
||||
(
|
||||
0;
|
||||
1
|
||||
);
|
||||
let a = 0;
|
||||
let b = 0;
|
||||
let c = ();
|
||||
|
||||
a + b;
|
||||
|
||||
c
|
||||
);
|
||||
|
||||
function main() = ;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue