This website requires JavaScript.
Explore
Help
Sign In
jimzah
/
zig
Watch
1
Star
0
Fork
0
You've already forked zig
mirror of
https://github.com/ziglang/zig.git
synced
2024-11-27 07:32:44 +00:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
e5bc5873d7
zig
/
test
/
standalone
/
pkg_import
/
pkg.zig
2 lines
52 B
Zig
Raw
Normal View
History
Unescape
Escape
explicitly return from blocks instead of last statement being expression value closes #629
2017-12-22 05:50:30 +00:00
pub
fn
add
(
a
:
i32
,
b
:
i32
)
-
>
i32
{
return
a
+
b
;
}
Reference in New Issue
Copy Permalink