forked from zig/exercises
001 ✅
This commit is contained in:
parent
dfdaf03d99
commit
e38a912491
|
@ -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", .{});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user