updated readme

This commit is contained in:
2025-11-06 10:02:36 +03:00
parent a89b982db5
commit aa026676a4

View File

@@ -5,6 +5,6 @@
## Simple programming language VM implemented in C. (look at examples folder)
Usage:
```
cc -o builder nob.c
cc -o builder builder.c
./builder <source file>
```