X Tutup
Skip to content

Latest commit

 

History

History

Odin for Absolute Beginners

This program shows the most basic features of Odin. It is meant for total beginners with very little programming experience.

To start learning, open 1_main.odin and read from the top.

You can run the example by navigating to this folder in a command-prompt or terminal and typing:

odin run .

However, the output might not make much sense without reading the code.

See https://odin-lang.org/docs/ for additional Odin learning material.

X Tutup