This website requires JavaScript.
Explore
Help
Sign in
a
/
exercism
Watch
1
Star
0
Fork
You've already forked exercism
0
mirror of
https://codeberg.org/andyscott/exercism.git
synced
2024-11-09 21:30:47 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
a9995892d0
exercism
/
zig
/
hello-world
/
hello_world.zig
4 lines
58 B
Zig
Raw
Normal View
History
Unescape
Escape
first commit
2024-01-03 03:10:04 -05:00
pub
fn
hello
(
)
[
]
const
u8
{
Zig: completed Hello World
2024-06-09 11:53:30 -04:00
return
"
Hello, World!
"
;
first commit
2024-01-03 03:10:04 -05:00
}
Reference in a new issue
Copy permalink