Add Odin (#1120)
Co-authored-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
7
o/Odin.odin
Normal file
7
o/Odin.odin
Normal file
@@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
import "core:fmt"
|
||||
|
||||
main :: proc() {
|
||||
fmt.println("Hello World");
|
||||
}
|
||||
Reference in New Issue
Block a user