This commit is contained in:
Armin Friedl 2025-01-18 15:21:51 +01:00
parent 99c9c42ff2
commit 931da2b8b4

View file

@ -16,6 +16,6 @@
// //
const std = @import("std"); const std = @import("std");
fn main() void { pub fn main() void {
std.debug.print("Hello world!\n", .{}); std.debug.print("Hello world!\n", .{});
} }