hstr/tests/test_ranking.sh
2014-04-20 14:34:07 +02:00

6 lines
61 B
Bash
Executable file

#!/bin/bash
gcc ./src/test_ranking.c -lm -o _ranking
# eof