mirror of
https://github.com/sbrow/envr.git
synced 2026-06-27 18:48:33 -04:00
9 lines
76 B
Odin
9 lines
76 B
Odin
package main
|
|
|
|
import "core:fmt"
|
|
|
|
main :: proc() {
|
|
fmt.println("Hello!")
|
|
}
|
|
|