2023-12-17 19:42:18 +01:00

7 lines
110 B
Plaintext

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