This website requires JavaScript.
Explore
Help
Sign In
zongor
/
reality-engine
Watch
1
Star
0
Fork
You've already forked reality-engine
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
7634bbe1c9
reality-engine
/
test
/
add.zl
6 lines
65 B
Zig
Raw
Blame
History
fn
add
(
a
,
b
)
{
return
a
+
b
;
}
let
sum
=
add
(
1
,
1
)
;
print
sum
;
Reference in New Issue
View Git Blame
Copy Permalink