4 lines
44 B
Plaintext

main() {
x := 123 +++ 456
syscall(60, x)
}