Co-authored-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
pepa65
2021-08-01 10:22:37 +07:00
committed by GitHub
parent ba2af40271
commit ae1cec1bfc
2 changed files with 9 additions and 1 deletions

7
o/Odin.odin Normal file
View File

@@ -0,0 +1,7 @@
package main
import "core:fmt"
main :: proc() {
fmt.println("Hello World");
}