mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-14 08:45:28 +00:00
6 lines
66 B
Odin
6 lines
66 B
Odin
#import "fmt.odin";
|
|
|
|
main :: proc() {
|
|
fmt.println("Hellope!");
|
|
}
|