This website requires JavaScript.
Explore
Help
Sign In
peterino
/
Backlog
Watch
1
Star
0
Fork
You've already forked Backlog
0
Code
Issues
Pull Requests
1
Packages
Projects
Releases
Wiki
Activity
1ee804355c
Backlog
/
projects
/
sampleGame
/
externGame
/
externGame.zig
6 lines
97 B
Zig
Raw
Blame
History
pub
export
fn
add
(
a
:
i32
,
b
:
i32
)
i32
{
return
a
+
b
+
32000
;
}
const
std
=
@import
(
"
std
"
)
;
Reference in New Issue
View Git Blame
Copy Permalink