Parallel Letter Frequency
This commit is contained in:
parent
3ca9867a11
commit
af89290bbc
45 changed files with 2862 additions and 0 deletions
3
zig/hello-world/hello_world.zig
Normal file
3
zig/hello-world/hello_world.zig
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
pub fn hello() []const u8 {
|
||||
return "Hello, World!";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue