Files
Odin/examples/README.md
AP Darkly 190ab5543d fix relative links in examples/README.md
This fix adjusts the links for 'demo', 'core', 'all', and 'vendor' so that they navigate to the intended destinations instead of yielding 404s.
2024-11-07 13:58:57 +00:00

367 B

Examples

The example directory contains two packages:

A demo illustrating the basics of Odin.

It further contains all, which imports all core and vendor packages so we can conveniently run odin check on everything at once.

For additional example code, see the examples repository.