This website requires JavaScript.
Explore
Help
Sign In
zongor
/
undar-lang
Watch
1
Star
0
Fork
You've already forked undar-lang
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
undar-lang
/
bench
/
add.zl
6 lines
65 B
Zig
Raw
Permalink
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