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.
2 parents ea03ec7 + c0569b6 commit ce7398cCopy full SHA for ce7398c
jq/script-10.sh
@@ -5,4 +5,4 @@ set -euo pipefail
5
# The input for this script is the scores.json file.
6
# TODO: Write a command to output the total of adding together all players' first scores.
7
# Your output should be exactly the number 54.
8
-jq '[.[] | .scores[0]] | add' scores.json
+jq '[.[].scores[0]] | add' scores.json
number-systems/README.md
0 commit comments