소스 검색

Merge branch 'master' of https://github.com/odin-lang/Odin

gingerBill 5 년 전
부모
커밋
4bcb667e97
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 0
      .gitattributes
  2. 1 1
      README.md

+ 1 - 0
.gitattributes

@@ -0,0 +1 @@
+*.odin linguist-language=Odin

+ 1 - 1
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"