6 lines
78 B
Odin
6 lines
78 B
Odin
package main
|
|
import "core:fmt"
|
|
|
|
main :: proc() {
|
|
fmt.println("Hellope!");
|
|
}
|