mirror of
https://github.com/dvorka/hstr.git
synced 2024-11-10 17:18:35 +08:00
5 lines
61 B
Bash
Executable file
5 lines
61 B
Bash
Executable file
#!/bin/bash
|
|
|
|
gcc ./src/test_ranking.c -lm -o _ranking
|
|
|
|
# eof
|