mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-28 18:30:06 +00:00
Begin work on modules - No codegen!!!
This commit is contained in:
+4
-1
@@ -1,4 +1,7 @@
|
||||
#load "basic.odin"
|
||||
// #load "basic.odin"
|
||||
#import "runtime.odin"
|
||||
#import "print.odin"
|
||||
|
||||
|
||||
main :: proc() {
|
||||
println("% % % %", "Hellope", true, 6.28, {4}int{1, 2, 3, 4})
|
||||
|
||||
Reference in New Issue
Block a user