compile 93 B

1234567
  1. #!/bin/bash
  2. if gcc ttfqi.c -o ttfqi; then
  3. echo "OK."
  4. else
  5. echo "Compilation failed! :c"
  6. fi