mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-11 13:51:26 -07:00
7 lines
86 B
Odin
7 lines
86 B
Odin
#import "fmt.odin";
|
|
#import "sync.odin";
|
|
|
|
main :: proc() {
|
|
fmt.println("Hellope");
|
|
}
|