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) ## Simple programming language VM implemented in C. (look at examples folder)
Usage: Usage:
``` ```
cc -o builder nob.c cc -o builder builder.c
./builder <source file> ./builder <source file>
``` ```