We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a347d98 commit d2e9e54Copy full SHA for d2e9e54
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://raw.githubusercontent.com/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