6 lines
72 B
Text
6 lines
72 B
Text
|
|
use fmt;
|
||
|
|
|
||
|
|
export fn main() void = {
|
||
|
|
fmt::println("Hello, world!")!;
|
||
|
|
};
|