2024-02-27 10:58:05 -06:00

6 lines
99 B
Plaintext

const std = #import("std");
const main = fn() *!void {
std.print(bytes = "Hello world!\n");
}