Rivoreo Source Code Repositories
src.rivoreo.one
/
compiler-explorer
/
f81994061f7b452fd8d95bb8cdcb1dff4cf41c06
/
.
/
examples
/
zig
/
default.zig
blob: 0a9229ec31644029b9fa80b856b7e0f1def281c0 [
file
] [
log
] [
blame
] [
raw
]
// Type your code here, or load an example.
export
fn square
(
num
:
i32
)
i32
{
return
num
*
num
;
}