mirror of
https://github.com/odin-lang/Odin.git
synced 2026-05-14 16:26:54 +00:00
Added a very basic Linux standard library shamelessly stolen from the MacOS one.
Made Linux (almost) work. The generated binaries segfault, but it's so close I can almost taste it.
This commit is contained in:
@@ -5,10 +5,10 @@ thing :: proc() {
|
||||
}*/
|
||||
|
||||
|
||||
#import "fmt.odin";
|
||||
//#import "fmt.odin";
|
||||
|
||||
main :: proc() {
|
||||
fmt.println("hello, world!");
|
||||
//fmt.println("hello, world!");
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user