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
ed962d9d21
zig
/
example
/
shared_library
/
mathtest.zig
8 lines
109 B
Zig
Raw
Blame
History
export
fn
add
(
a
:
i32
,
b
:
i32
)
-
>
i32
{
a
+
b
}
export
fn
hang
(
)
-
>
unreachable
{
while
(
true
)
{
}
}
Reference in New Issue
View Git Blame
Copy Permalink