diff --git a/info0939/README.md b/info0939/README.md index fb422a296f3bca05f75d7e421f3112a4a490836e..d95a4457a542dd4190047f5b7fc24c691c0f2aa1 100644 --- a/info0939/README.md +++ b/info0939/README.md @@ -42,7 +42,6 @@ To debug with GDB: `gdb <progname>`, then Example: Integer division & `assert()` --- -You are not really required to run this code, but... * Compile with `gcc -g -o intdiv intdiv.c` (debug mode) * Compile with `gcc -O3 -DNDEBUG -o intdiv intdiv.c` (release mode)