5 lines
80 B
Plaintext
5 lines
80 B
Plaintext
int main() {
|
|
[int, int] -> int x = fun(int x, int y) { x + y; };
|
|
x(3, 4);
|
|
}
|