6 lines
53 B
Plaintext
6 lines
53 B
Plaintext
|
main() {
|
||
|
x := 1
|
||
|
y := x + 1
|
||
|
x = 2
|
||
|
syscall(60, y)
|
||
|
}
|