Add Odin (#1120)
Co-authored-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
7
o/Odin.odin
Normal file
7
o/Odin.odin
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
package main
|
||||||
|
|
||||||
|
import "core:fmt"
|
||||||
|
|
||||||
|
main :: proc() {
|
||||||
|
fmt.println("Hello World");
|
||||||
|
}
|
||||||
@@ -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!
|
Make sure to see [contributing.md](/contributing.md) for instructions on contributing to the project!
|
||||||
|
|
||||||
<!--Languages start-->
|
<!--Languages start-->
|
||||||
## Languages (812 total)
|
## Languages (813 total)
|
||||||
|
|
||||||
* [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B)
|
* [!@#$%^&*()_+](%23/%21%40%23%24%25%5E%26%E2%88%97%28%29_%2B)
|
||||||
* [?$51=](%23/?%2351=)
|
* [?$51=](%23/?%2351=)
|
||||||
@@ -558,6 +558,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib
|
|||||||
* [ObjectStar](o/ObjectStar)
|
* [ObjectStar](o/ObjectStar)
|
||||||
* [OCaml](o/OCaml.ml)
|
* [OCaml](o/OCaml.ml)
|
||||||
* [Octave](o/Octave.m)
|
* [Octave](o/Octave.m)
|
||||||
|
* [Odin](o/Odin.odin)
|
||||||
* [Omgrofl](o/Omgrofl.omgrofl)
|
* [Omgrofl](o/Omgrofl.omgrofl)
|
||||||
* [ON THE WAY TO WHO KNOWS WHERE](o/ON%20THE%20WAY%20TO%20WHO%20KNOWS%20WHERE)
|
* [ON THE WAY TO WHO KNOWS WHERE](o/ON%20THE%20WAY%20TO%20WHO%20KNOWS%20WHERE)
|
||||||
* [Ooc](o/Ooc.ooc)
|
* [Ooc](o/Ooc.ooc)
|
||||||
|
|||||||
Reference in New Issue
Block a user