mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-23 14:14:59 -07:00
6 lines
71 B
Odin
6 lines
71 B
Odin
#import "fmt.odin"
|
|
|
|
main :: proc() {
|
|
fmt.println("Hellope, World!")
|
|
}
|