mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-23 14:14:59 -07:00
7 lines
77 B
Odin
7 lines
77 B
Odin
package basic
|
|
|
|
import "core:fmt"
|
|
|
|
main :: proc() {
|
|
fmt.println("Hellope!")
|
|
} |