David Gonzalez Martin 40734d52ee hello world
2024-02-07 19:53:58 +01:00

7 lines
110 B
Plaintext

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