mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-01 09:41:50 -07:00
7 lines
66 B
Odin
7 lines
66 B
Odin
#import "fmt.odin";
|
|
|
|
main :: proc() {
|
|
fmt.println("Hellope");
|
|
}
|
|
|