dir import
This commit is contained in:
1
examples/modules/testpkg/greet.sx
Normal file
1
examples/modules/testpkg/greet.sx
Normal file
@@ -0,0 +1 @@
|
||||
hello :: () -> string { "hello from testpkg"; }
|
||||
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