mirror of
https://github.com/dvorka/hstr.git
synced 2025-02-22 22:04:46 +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
|