mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-07 21:43:15 +00:00
6 lines
89 B
Odin
6 lines
89 B
Odin
#import "fmt.odin"
|
|
|
|
thing :: proc() #link_name "frankerooney" {
|
|
fmt.println("Hello!")
|
|
}
|