diff options
Diffstat (limited to 'code')
| -rw-r--r-- | code/demo.odin | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/code/demo.odin b/code/demo.odin index 88aa651c0..c673b54fb 100644 --- a/code/demo.odin +++ b/code/demo.odin @@ -10,10 +10,6 @@ #import "utf8.odin"; main :: proc() { - fmt.println("GOOGOLPLEX"); -} - -/* foo :: proc(x: ^i32) -> (int, int) { fmt.println("^int"); return 123, cast(int)(x^); @@ -56,4 +52,3 @@ main :: proc() { f = foo; f(); } -*/ |