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