Ver código fonte

Create README.md

Jeroen van Rijn 1 ano atrás
pai
commit
ccf8b2764d
1 arquivos alterados com 9 adições e 0 exclusões
  1. 9 0
      examples/README.md

+ 9 - 0
examples/README.md

@@ -0,0 +1,9 @@
+# Examples
+
+The `example` directory contains two packages:
+
+A [demo](examples/demo) illustrating the basics of Odin.
+
+It further contains [all](examples/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.