add wip folder.

This commit is contained in:
NunoSempere 2023-05-20 20:00:58 -04:00
parent 77680a8590
commit eaf1915bdb
3 changed files with 7 additions and 0 deletions

5
wip/zig/hello-world.zig Normal file
View 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
View File

@ -0,0 +1 @@
See <https://ziglang.org/learn/getting-started/#tagged-release-or-nightly-build>

1
wip/zig/notes.md Normal file
View File

@ -0,0 +1 @@
https://ziglearn.org/chapter-1/