mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-15 18:32:22 -07:00
Begin work on the Interpreter
This commit is contained in:
+2
-1
@@ -1,5 +1,6 @@
|
||||
#import "fmt.odin"
|
||||
|
||||
main :: proc() {
|
||||
|
||||
x, y: i64 = 123, 321
|
||||
y = x + 2 - y
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user