holey-bytes/hblang/tests/hblang_parser_tests_arithmetic.txt
2024-05-11 18:16:27 +02:00

4 lines
70 B
Plaintext

main := ||: int {
return 10 - 20 / 2 + 4 * (2 + 2) - 4 * 4 + 1;
}