1
0
mirror of https://github.com/fumiama/simple-dict.git synced 2026-06-10 13:10:31 +08:00

add hash map

This commit is contained in:
fumiama
2021-12-17 14:31:50 +08:00
parent 33d71ec42e
commit 567c4d5b92
2 changed files with 154 additions and 52 deletions

View File

@@ -22,7 +22,9 @@ RUN git clone --depth=1 https://github.com/fumiama/simple-protobuf.git \
RUN rm -rf *
COPY ./ .
COPY ./*.c .
COPY ./*.h .
COPY ./CMakeLists.txt .
RUN mkdir build \
&& cd build \