...
This commit is contained in:
9
compiler/test2.nub
Normal file
9
compiler/test2.nub
Normal file
@@ -0,0 +1,9 @@
|
||||
module test
|
||||
|
||||
struct person {
|
||||
age: i32
|
||||
name: string
|
||||
}
|
||||
|
||||
func do_something(name: string): void {
|
||||
}
|
||||
Reference in New Issue
Block a user