Initial Commit
This commit is contained in:
7
odin/ssg.odin
Normal file
7
odin/ssg.odin
Normal file
@@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
import "core:fmt"
|
||||
|
||||
main :: proc() {
|
||||
fmt.println("Hellope!")
|
||||
}
|
||||
Reference in New Issue
Block a user