holey-bytes/hblang/formatter_arithmetic.actual

3 lines
72 B
Plaintext
Raw Normal View History

main := fn(): int {
return 10 - 20 / 2 + 4 * (2 + 2) - 4 * 4 + 1 << 0
}