Join Exercism’s Odin Track for access to 71 exercises with automatic analysis of your code and personal mentoring, all 100% free.
package hello_world
hello_world :: proc() -> string {
return "Hello, World!"
}
Get better at programming through fun, rewarding coding exercises that test your understanding of concepts with Exercism.
Simulate a bank account supporting opening/closing, withdraws, and deposits of money. Watch out for concurrent transactions!
Implement a binary search algorithm.
Score a single throw of dice in the game Yacht.
Odin lets you focus on debugging your application rather than your programming language knowledge.
Odin produces fast and memory efficient executables: you are free to manage memory yourself.
Odin lets you write fast, clear code capable of handling all error conditions.
Odin can build for a plethora of targets and cross-compiling is a first class use case.
Odin is designed from the bottom up for the modern computer.
Odin is the C alternative for the Joy of Programming.
Every language has its own way of doing things. Odin is no different. Our mentors will help you learn to think like a Odin developer and how to write idiomatic code in Odin. Once you've solved an exercise, submit it to our volunteer team, and they'll give you hints, ideas, and feedback on how to make it feel more like what you'd normally see in Odin - they'll help you discover the things you don't know that you don't know.
Learn more about mentoringThe Odin track on Exercism has 71 exercises to help you write better code.
See all Odin exercises