Add Hello World
This commit is contained in:
parent
1ef7bd327e
commit
4368f6a6a3
1 changed files with 5 additions and 0 deletions
5
helloworld.zig
Normal file
5
helloworld.zig
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
const std = @import("std");
|
||||||
|
|
||||||
|
pub fn main() void {
|
||||||
|
std.debug.warn("Hello World!\n");
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue