changed readme

This commit is contained in:
2025-08-05 12:10:25 +03:00
parent 8d12b9d339
commit 8454a654c1

View File

@@ -1 +1,8 @@
simple interpreter for a non-existent language written in pure C. not meant to be used by others but rather as a fun personal project. simple interpreter for a non-existent language written in pure C. not meant to be used by others but rather as a fun personal project.
Usage:
```
bash
cc -o builder nob.c
./builder
```