aboutsummaryrefslogtreecommitdiff
path: root/code/demo.odin
blob: 25ca072cb075e34cc36d74bd0ee0ef7f53898423 (plain)
1
2
3
4
5
#import "fmt.odin";

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