6 lines
69 B
Plaintext
6 lines
69 B
Plaintext
![]() |
import stdlib.*;
|
||
|
|
||
|
exported func main() {
|
||
|
println("Hello World");
|
||
|
}
|