From 4950a65b097d1b900750f413e19ed77e884e5424 Mon Sep 17 00:00:00 2001 From: Karl Zylinski Date: Mon, 20 Jan 2025 14:46:27 +0100 Subject: [PATCH] Add examples link to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b4bb6bac7..cc40fb1ad 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,10 @@ Answers to common questions about Odin. Documentation for all the official packages part of the [core](https://pkg.odin-lang.org/core/) and [vendor](https://pkg.odin-lang.org/vendor/) library collections. +#### [Examples](https://github.com/odin-lang/examples) + +Examples on how to write idiomatic Odin code. Shows how to accomplish specific tasks in Odin, as well as how to use packages from `core` and `vendor`. + #### [Odin Documentation](https://odin-lang.org/docs/) Documentation for the Odin language itself.