This website requires JavaScript.
Explore
Help
Sign In
jimzah
/
zig
Watch
1
Star
0
Fork
0
You've already forked zig
mirror of
https://github.com/ziglang/zig.git
synced
2024-11-26 23:22:44 +00:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
e4e3d7ab41
zig
/
test
/
standalone
/
pkg_import
/
pkg.zig
4 lines
53 B
Zig
Raw
Normal View
History
Unescape
Escape
run zig fmt on the codebase See #1003
2018-05-29 01:23:55 +01:00
pub
fn
add
(
a
:
i32
,
b
:
i32
)
i32
{
return
a
+
b
;
}
Reference in New Issue
Copy Permalink