docs: fix gcc command in README

This commit is contained in:
Kiana Sheibani 2025-10-09 23:40:57 -04:00
parent f04d70f615
commit 2b3c28d249
Signed by: toki
GPG key ID: 6CB106C25E86A9F7

View file

@ -20,6 +20,6 @@ nix run .#p1-phase1
Otherwise, the code must be compiled manually:
``` sh
gcc -c phase1/phase1.c -o phase1.bin
gcc phase1/phase1.c -o phase1.bin
```