Commit aedb7f40 authored by royus's avatar royus

fix readme

parent c38a38d0
Usage:
...
!gcc *.c -O0 -lm -g -o main -Wall;
!./main
...
gcc *.c -O0 -lm -g -o main -Wall;
./main
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment