mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-28 17:04:34 +00:00
This fix adjusts the links for 'demo', 'core', 'all', and 'vendor' so that they navigate to the intended destinations instead of yielding 404s.
10 lines
367 B
Markdown
10 lines
367 B
Markdown
# Examples
|
|
|
|
The `example` directory contains two packages:
|
|
|
|
A [demo](demo) illustrating the basics of Odin.
|
|
|
|
It further contains [all](all), which imports all [core](/core) and [vendor](/vendor) packages so we can conveniently run `odin check` on everything at once.
|
|
|
|
For additional example code, see the [examples](https://github.com/odin-lang/examples) repository.
|