diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..6e3cae0f5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.odin linguist-language=Odin diff --git a/README.md b/README.md index 4abaea859..4101319c2 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ The Odin programming language is fast, concise, readable, pragmatic and open sou Website: [https://odin-lang.org/](https://odin-lang.org/) -```go +```odin package main import "core:fmt"