libs working
This commit is contained in:
10
examples/test/test2.nub
Normal file
10
examples/test/test2.nub
Normal file
@@ -0,0 +1,10 @@
|
||||
module test
|
||||
|
||||
export packed struct person {
|
||||
age: i32
|
||||
name: string
|
||||
}
|
||||
|
||||
export func do_something(name: string): i32 {
|
||||
return 3
|
||||
}
|
||||
Reference in New Issue
Block a user