This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
zig
Watch
1
Star
0
Fork
You've already forked zig
0
mirror of
https://codeberg.org/ziglang/zig.git
synced
2025-12-06 13:54:21 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
e66c34980c
zig
/
test
/
add.zig
Andrew Kelley
1d554f3161
input output
2015-08-05 15:46:40 -07:00
3 lines
44 B
Zig
Raw
Blame
History
int
add
(
int
a
,
int
b
)
{
return
a
+
b
;
}
Reference in a new issue
View git blame
Copy permalink