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");
}
Source: github.com/leachim6/hello-world
Free Odin books, articles, documentation
Search on GitHub
| Name | Description | Last pushed to | Open issues | Forks | Stars | Size |
|---|
Latest data update: 2026-03-03