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