mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-31 02:12:04 +00:00
Core library and Better name mangling for files
This commit is contained in:
5
code/sub/test.odin
Normal file
5
code/sub/test.odin
Normal file
@@ -0,0 +1,5 @@
|
||||
#import "fmt.odin" as fmt
|
||||
|
||||
thing :: proc() {
|
||||
fmt.println("Sub Hello!")
|
||||
}
|
||||
5
code/test.odin
Normal file
5
code/test.odin
Normal file
@@ -0,0 +1,5 @@
|
||||
#import "fmt.odin" as fmt
|
||||
|
||||
thing :: proc() {
|
||||
fmt.println("Hello!")
|
||||
}
|
||||
Reference in New Issue
Block a user