aboutsummaryrefslogtreecommitdiff
path: root/examples/hms2019/basic.odin
blob: 4c4a4eff010da001cc11195fc8d9cef63e867e6d (plain)
1
2
3
4
5
6
7
package basic

import "core:fmt"

main :: proc() {
	fmt.println("Hellope!");
}