diff options
| -rw-r--r-- | .gitattributes | 1 | ||||
| -rw-r--r-- | README.md | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..6e3cae0f5 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.odin linguist-language=Odin @@ -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" |