hello.odin 77 B

12345
  1. import "core:fmt.odin";
  2. main :: proc() {
  3. fmt.println("Hellope, world!");
  4. }