dir import
This commit is contained in:
2
examples/modules/testpkg/math.sx
Normal file
2
examples/modules/testpkg/math.sx
Normal file
@@ -0,0 +1,2 @@
|
||||
add :: (a: s32, b: s32) -> s32 { a + b; }
|
||||
mul :: (a: s32, b: s32) -> s32 { a * b; }
|
||||
Reference in New Issue
Block a user