From ae1cec1bfc46f6b6f0ded7890d2ff6a39088373d Mon Sep 17 00:00:00 2001 From: pepa65 Date: Sun, 1 Aug 2021 10:22:37 +0700 Subject: [PATCH] Add Odin (#1120) Co-authored-by: Richie Bendall --- o/Odin.odin | 7 +++++++ readme.md | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 o/Odin.odin diff --git a/o/Odin.odin b/o/Odin.odin new file mode 100644 index 00000000..8c2146e1 --- /dev/null +++ b/o/Odin.odin @@ -0,0 +1,7 @@ +package main + +import "core:fmt" + +main :: proc() { + fmt.println("Hello World"); +} diff --git a/readme.md b/readme.md index 22d87259..620444dd 100644 --- a/readme.md +++ b/readme.md @@ -8,7 +8,7 @@ Thanks to everyone who continues to contribute; new languages are created every Make sure to see [contributing.md](/contributing.md) for instructions on contributing to the project! -## Languages (812 total) +## Languages (813 total) * [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B) * [?$51=](%23/?%2351=) @@ -558,6 +558,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib * [ObjectStar](o/ObjectStar) * [OCaml](o/OCaml.ml) * [Octave](o/Octave.m) +* [Odin](o/Odin.odin) * [Omgrofl](o/Omgrofl.omgrofl) * [ON THE WAY TO WHO KNOWS WHERE](o/ON%20THE%20WAY%20TO%20WHO%20KNOWS%20WHERE) * [Ooc](o/Ooc.ooc)