This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
zig
Watch
2
Star
0
Fork
0
You've already forked zig
mirror of
https://codeberg.org/ziglang/zig.git
synced
2026-05-29 20:16:12 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
7cfceeca2d5965baf6dcd45f07ebeaedbe48856f
zig
/
test
/
add.zig
T
Andrew Kelley
34f8d80eac
tokenizing hello.zig
2015-11-01 22:21:33 -07:00
4 lines
48 B
Zig
Raw
Blame
History
pub
fn
add
(
a
:
int
,
b
:
int
)
-
>
int
{
a
+
b
}
Reference in New Issue
View Git Blame
Copy Permalink