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