feat(oding): implement

This commit is contained in:
2026-03-11 20:36:11 +01:00
parent 4a4a630eaf
commit d55b1486d6
4 changed files with 117 additions and 0 deletions

8
odin/README.md Normal file
View File

@@ -0,0 +1,8 @@
# Raylib in Odin
## Quick start
```sh
$ make
$ ./raylib_odin
```