add wip folder.
This commit is contained in:
parent
77680a8590
commit
eaf1915bdb
5
wip/zig/hello-world.zig
Normal file
5
wip/zig/hello-world.zig
Normal file
|
@ -0,0 +1,5 @@
|
|||
const std = @import("std");
|
||||
|
||||
pub fn main() void {
|
||||
std.debug.print("Hello, {s}!\n", .{"World"});
|
||||
}
|
1
wip/zig/install-zig.sh
Normal file
1
wip/zig/install-zig.sh
Normal file
|
@ -0,0 +1 @@
|
|||
See <https://ziglang.org/learn/getting-started/#tagged-release-or-nightly-build>
|
1
wip/zig/notes.md
Normal file
1
wip/zig/notes.md
Normal file
|
@ -0,0 +1 @@
|
|||
https://ziglearn.org/chapter-1/
|
Loading…
Reference in New Issue
Block a user