2024-07-21 14:35:06 +02:00

4 lines
44 B
Plaintext

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