small improvements

This commit is contained in:
nora 2023-07-29 22:12:05 +02:00
parent 3270e6b501
commit f0227af982
4 changed files with 36 additions and 32 deletions

View file

@ -11,8 +11,7 @@ import { exec } from "child_process";
const input = `
function main() = (
print("\\3AAA\\n");
print("meow\\n");
1 + 2 * 3;
);
`;