blob: 90076df23b97dbe77a617cf59487f2e46c952399 (
plain)
1
2
3
4
5
6
7
8
9
|
# 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.
|