add zig as a language
This commit is contained in:
parent
b98722582b
commit
d69c3ceb73
4 changed files with 19 additions and 6 deletions
6
Day01/Part1.zig
Normal file
6
Day01/Part1.zig
Normal file
|
@ -0,0 +1,6 @@
|
|||
const std = @import("std");
|
||||
|
||||
pub fn main() !void {
|
||||
const stdout = std.io.getStdOut().writer();
|
||||
try stdout.print("Hello, {s}!\n", .{"world"});
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue