7 lines
62 B
Plaintext
7 lines
62 B
Plaintext
use std
|
|
|
|
const main = {
|
|
std.write(1, "Hello world!\n")
|
|
}
|
|
|