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