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