From 5264f4aa8c96337f54ccf820d9423ee200668630 Mon Sep 17 00:00:00 2001 From: beastmatser <79206232+beastmatser@users.noreply.github.com> Date: Sun, 3 Apr 2022 22:33:35 +0200 Subject: [PATCH] Add 'An overview of the Odin programming language and its features.' (#6813) * Add 'The Odin language overwiew' * Fix title * Fix title * Add missing backslash --- books/free-programming-books-langs.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index de9677bb2..279c23594 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -148,6 +148,7 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE * [Objective-C](#objective-c) * [OCaml](#ocaml) * [Octave](#octave) +* [Odin](#odin) * [OpenMP](#openmp) * [OpenResty](#openresty) * [OpenSCAD](#openscad) @@ -1656,6 +1657,11 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE * [Octave Programming](https://en.wikibooks.org/wiki/Octave_Programming_Tutorial) - Wikibooks +### Odin + +* [Overview \| Odin Programming Language](https://odin-lang.org/docs/overview/) + + ### OpenMP * [A Guide To OpenMP](http://bisqwit.iki.fi/story/howto/openmp/)