Odin playground

package main

import "core:fmt"

main :: proc() {
    msg := "Hello, World!"
    fmt.println(msg)
}

Odin is a general-purpose programming language with distinct typing, designed for high performance, modern systems, and data-oriented programming. Some people refer to Odin as "better C".

⛫ homepage • αω tutorial • ⚘ community