mirror of
https://github.com/epasveer/seer.git
synced 2026-08-30 17:10:44 +08:00
8 lines
77 B
Odin
8 lines
77 B
Odin
package main
|
|
|
|
import "core:fmt"
|
|
|
|
main :: proc() {
|
|
fmt.println("Hellope!")
|
|
}
|