mirror of
https://github.com/egormanga/Slang.git
synced 2025-03-01 18:09:30 +03:00
6 lines
66 B
Plaintext
6 lines
66 B
Plaintext
|
void f(int x) = stdio.println(x)
|
||
|
|
||
|
main {
|
||
|
f.map([int: 1, 2, 3])
|
||
|
}
|