7 lines
No EOL
57 B
Text
7 lines
No EOL
57 B
Text
main() {
|
|
syscall(60, f(1))
|
|
}
|
|
|
|
f(x) {
|
|
return x + 1 + x
|
|
} |