mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Revert demo
This commit is contained in:
+1
-6
@@ -1,11 +1,7 @@
|
|||||||
import "fmt.odin";
|
import "fmt.odin";
|
||||||
|
|
||||||
proc main() {
|
proc main() {
|
||||||
|
var program = "+ + * - /";
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
let program = "+ + * - /";
|
|
||||||
var accumulator = 0;
|
var accumulator = 0;
|
||||||
|
|
||||||
for token in program {
|
for token in program {
|
||||||
@@ -20,5 +16,4 @@ proc main() {
|
|||||||
|
|
||||||
fmt.printf("The program \"%s\" calculates the value %d\n",
|
fmt.printf("The program \"%s\" calculates the value %d\n",
|
||||||
program, accumulator);
|
program, accumulator);
|
||||||
*/
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user