mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Update README.md
This commit is contained in:
@@ -22,10 +22,13 @@ The Odin programming language is fast, concise, readable, pragmatic and open sou
|
|||||||
* high performance
|
* high performance
|
||||||
* built for modern systems
|
* built for modern systems
|
||||||
* joy of programming
|
* joy of programming
|
||||||
* metaprogramming
|
|
||||||
|
|
||||||
Website: [https://odin.handmade.network/](https://odin.handmade.network/)
|
Website: [https://odin.handmade.network/](https://odin.handmade.network/)
|
||||||
|
|
||||||
|
## Documentation
|
||||||
|
* [Tutorial](https://odin.handmade.network/wiki/3329-odin_tutorial)
|
||||||
|
* [Frequently Asked Questions](https://github.com/odin-lang/Odin/wiki/Frequently-Asked-Questions-(FAQ))
|
||||||
|
|
||||||
```go
|
```go
|
||||||
package main
|
package main
|
||||||
|
|
||||||
@@ -51,9 +54,6 @@ main :: proc() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
```
|
```
|
||||||
## Documentation
|
|
||||||
* [Tutorial](https://odin.handmade.network/wiki/3329-odin_tutorial)
|
|
||||||
* [Frequently Asked Questions](https://github.com/odin-lang/Odin/wiki/Frequently-Asked-Questions-(FAQ))
|
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user