Add examples

This commit is contained in:
Ginger Bill
2017-08-27 23:27:12 +01:00
parent cf3c5a878a
commit 7cb8016df3
16 changed files with 4862 additions and 27 deletions
+5
View File
@@ -0,0 +1,5 @@
import "fmt.odin";
main :: proc() {
fmt.println("Hellope, world!");
}