hstr/test/test_ranking.sh
2018-08-13 16:59:59 +02:00

5 lines
61 B
Bash
Executable file

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