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
8bc523219c
zig
/
test
/
standalone
/
pkg_import
/
pkg.zig
2 lines
44 B
Zig
Raw
Normal View
History
Unescape
Escape
basic support for specifying packages at the command line See #226
2017-05-01 13:35:10 -07:00
pub
fn
add
(
a
:
i32
,
b
:
i32
)
-
>
i32
{
a
+
b
}