7 lines
56 B
Plaintext
Executable File
7 lines
56 B
Plaintext
Executable File
use std
|
|
|
|
const main = {
|
|
std.put("Hello World\n")
|
|
}
|
|
|