...
This commit is contained in:
6
examples/math/math.nub
Normal file
6
examples/math/math.nub
Normal file
@@ -0,0 +1,6 @@
|
||||
module math
|
||||
|
||||
export func add(a: i32 b: i32): i32
|
||||
{
|
||||
return a + b
|
||||
}
|
||||
Reference in New Issue
Block a user