mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 07:08:48 +00:00
Remove tmp_allocator from Checker
This commit is contained in:
@@ -27,7 +27,9 @@ The Odin programming language is fast, concise, readable, pragmatic and open sou
|
||||
Website: [https://odin.handmade.network/](https://odin.handmade.network/)
|
||||
|
||||
```go
|
||||
import "core:fmt.odin"
|
||||
package main
|
||||
|
||||
import "core:fmt"
|
||||
|
||||
main :: proc() {
|
||||
program := "+ + * 😃 - /";
|
||||
|
||||
Reference in New Issue
Block a user