aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2019-01-01 14:06:15 +0000
committergingerBill <bill@gingerbill.org>2019-01-01 14:06:15 +0000
commitd7e9b8d374120023fa5d87248e9fb905e9f62d85 (patch)
tree134f085129ccfcef6b4ce99f6fb9b6693545fcc3 /README.md
parentf647187e5332408ad3038f65e63693e019b70ccb (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 4c00b4013..31b70c837 100644
--- a/README.md
+++ b/README.md
@@ -22,10 +22,13 @@ The Odin programming language is fast, concise, readable, pragmatic and open sou
* high performance
* built for modern systems
* joy of programming
-* metaprogramming
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
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