This website requires JavaScript.
Explore
Help
Register
Sign In
collin
/
learning-zig
Watch
1
Star
0
Fork
You've already forked learning-zig
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
learning-zig
/
lang
/
hello-world.zig
6 lines
98 B
Zig
Raw
Permalink
Blame
History
const
std
=
@import
(
"
std
"
)
;
pub
fn
main
(
)
!
void
{
std
.
debug
.
print
(
"
Hello, World!
\n
"
,
.
{
}
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink