6 lines
99 B
Plaintext
6 lines
99 B
Plaintext
const std = #import("std");
|
|
|
|
const main = fn() *!void {
|
|
std.print(bytes = "Hello world!\n");
|
|
}
|