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 f100dbc commit 4d853e3Copy full SHA for 4d853e3
jq/script-10.sh
@@ -5,3 +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
+~/bin/jq -r '[.[] | .scores[0]] | add' scores.json
0 commit comments