Odin

Odin is a general-purpose, statically typed, compiled systems programming language designed by Bill Hall. It was created to serve as an alternative to C using data-oriented programming and a modern type system. Wikipedia

Wikidata: Q138111960

Hello World in Odin

package main

import "core:fmt"

main :: proc() {
  fmt.println("Hello World");
}

Free Odin books, articles, documentation

Search on GitHub


Latest data update: 2026-03-03