compile.sh 78 B

123
  1. #!/bin/bash
  2. gcc -Werror -Wall -Wshadow -O3 sorting.c sorting_main.c -o proj1