hello-world project
This commit is contained in:
5
01_HelloWorld/src/main.zig
Normal file
5
01_HelloWorld/src/main.zig
Normal file
@@ -0,0 +1,5 @@
|
||||
const std = @import("std");
|
||||
|
||||
pub fn main() anyerror!void {
|
||||
std.debug.print("This is my {} zig program!\n", .{"first"});
|
||||
}
|
||||
Reference in New Issue
Block a user