Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarorichard authored Jan 24, 2024
1 parent d5c140d commit 36fdcb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The interpreter is divided into several parts:
To use the interpreter, you need to have a C compiler installed on your system. You can compile the interpreter itself using the following command:

```c
gcc interpreter.c -o interpreter
clang interpreter.c -o interpreter
```
Then, you can use the compiled interpreter to interpret and run a C program as follows:

Expand Down

0 comments on commit 36fdcb2

Please sign in to comment.