This website requires JavaScript.
Explore
Help
Sign In
motiejus
/
zig
Watch
1
Fork
0
You've already forked zig
Code
Releases
Activity
Files
e09932928ac16681d71127f3d5cc0c488f2fdcc5
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
;
}
View Git Blame
Copy Permalink