just aligning commands

This commit is contained in:
Yan Mendes 2024-05-16 12:18:57 -03:00 committed by GitHub
parent e54bb386ca
commit 6fc386b673
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -574,7 +574,7 @@ does the same computation much faster. You can compile it to an executable:
```
gcc main.c -o main -O2 -lm -lpthread # if you're on Linux
gcc main.c -o main # if you're on OSX
gcc main.c -o main # if you're on OSX
./main
```