mirror of
https://github.com/Noratrieb/riverdelta.git
synced 2026-01-15 00:45:04 +01:00
lower if
This commit is contained in:
parent
9ac5fec4bd
commit
27a4ecc46b
3 changed files with 40 additions and 17 deletions
14
src/index.ts
14
src/index.ts
|
|
@ -10,14 +10,12 @@ import fs from "fs";
|
|||
import { exec } from "child_process";
|
||||
|
||||
const input = `
|
||||
function printInt(a: Int) = (
|
||||
let a = 0;
|
||||
let b = 0;
|
||||
let c = ();
|
||||
|
||||
a + b;
|
||||
|
||||
c
|
||||
function printInt(a: Int): Int = (
|
||||
if true then (
|
||||
0;
|
||||
1;
|
||||
);
|
||||
0
|
||||
);
|
||||
|
||||
function main() = ;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue