8 lines
No EOL
79 B
Text
8 lines
No EOL
79 B
Text
main() {
|
|
x := f(2, 3)
|
|
syscall(60, x)
|
|
}
|
|
|
|
f(x, y) {
|
|
return (x + y) * (x + y)
|
|
} |