mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-17 19:32:23 -07:00
8 lines
66 B
Odin
8 lines
66 B
Odin
#import "fmt.odin"
|
|
|
|
main :: proc() {
|
|
fmt.println("Hellope!")
|
|
}
|
|
|
|
|