mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-25 23:14:59 -07:00
oh boy, basic osx/unix support
This commit is contained in:
+3
-3
@@ -5,10 +5,10 @@ thing :: proc() {
|
||||
}*/
|
||||
|
||||
|
||||
#import "fmt.odin" as format
|
||||
#import "fmt.odin";
|
||||
|
||||
thing :: proc() {
|
||||
format.println("Hello2!")
|
||||
main :: proc() {
|
||||
fmt.println("hello, world!");
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user