feat(c): implement

This commit is contained in:
Pihkaal
2025-09-26 18:45:27 +02:00
parent 69bb2ced25
commit b76d2998c6
4 changed files with 67 additions and 0 deletions

8
c/README.md Normal file
View File

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