mirror of
https://github.com/dvorka/hstr.git
synced 2024-11-15 20:43:57 +08:00
5 lines
74 B
Bash
Executable file
5 lines
74 B
Bash
Executable file
#!/bin/bash
|
|
|
|
gcc ./src/test_hashset.c ../src/hashset.c -o _hashset
|
|
|
|
# eof
|