Browse Source

Remove old llvm-demo

gingerBill 5 years ago
parent
commit
0f711b8719
1 changed files with 0 additions and 7 deletions
  1. 0 7
      examples/llvm-demo/demo.odin

+ 0 - 7
examples/llvm-demo/demo.odin

@@ -1,7 +0,0 @@
-package demo
-
-import "core:fmt"
-
-main :: proc() {
-	fmt.println("Hellope!", 123, true, 1.3);
-}