mirror of
https://github.com/dvorka/hstr.git
synced 2024-11-15 12:30:45 +08:00
6 lines
100 B
Bash
Executable file
6 lines
100 B
Bash
Executable file
#!/bin/bash
|
|
|
|
clear
|
|
gcc ./src/test_hashset.c ../src/hashset.c ../src/hstr_utils.c -o _hashset
|
|
|
|
# eof
|