This website requires JavaScript.
Explore
Help
Sign In
Mascali
/
piston
mirror of
https://github.com/engineer-man/piston.git
Watch
1
Star
0
Fork
You've already forked piston
0
Code
Issues
Projects
Releases
Wiki
Activity
32f0aaedc3
piston
/
packages
/
zig
/
0.13.0
/
test.zig
6 lines
91 B
Zig
Raw
Blame
History
const
std
=
@import
(
"
std
"
)
;
pub
fn
main
(
)
!
void
{
std
.
debug
.
print
(
"
Hello!
\n
"
,
.
{
}
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink