This website requires JavaScript.
Explore
Help
Sign In
mirror
/
zig
Watch
1
Star
0
Fork
0
You've already forked zig
mirror of
https://github.com/ziglang/zig.git
synced
2025-12-06 06:13:07 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
zig
/
test
/
add.zig
Andrew Kelley
1d554f3161
input output
2015-08-05 15:46:40 -07:00
4 lines
44 B
Zig
Raw
Blame
History
int
add
(
int
a
,
int
b
)
{
return
a
+
b
;
}
Reference in New Issue
View Git Blame
Copy Permalink