This website requires JavaScript.
Explore
Minetest
Help
Sign In
Ekdohibs
/
zig
Watch
1
Star
0
Fork
You've already forked zig
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e93ece7514
zig
/
example
/
hello_world
/
hello.zig
6 lines
101 B
Zig
Raw
Blame
History
const
io
=
@import
(
"
std
"
)
.
io
;
pub
fn
main
(
)
-
>
%
void
{
%
%
io
.
stdout
.
printf
(
"
Hello, world!
\n
"
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink