This commit is contained in:
Adam Millerchip 2021-12-25 17:19:24 +09:00
parent dc94b0d926
commit 5259ef9a8d
1 changed files with 1 additions and 1 deletions

View File

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