Skip to content

Commit ce7398c

Browse files
committed
Merge branch 'Sprint2-jq' of https://github.com/Emilianouz/Module-Tools into Sprint2-jq
2 parents ea03ec7 + c0569b6 commit ce7398c

File tree

2 files changed

+1
-67
lines changed

2 files changed

+1
-67
lines changed

jq/script-10.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ set -euo pipefail
55
# The input for this script is the scores.json file.
66
# TODO: Write a command to output the total of adding together all players' first scores.
77
# Your output should be exactly the number 54.
8-
jq '[.[] | .scores[0]] | add' scores.json
8+
jq '[.[].scores[0]] | add' scores.json

number-systems/README.md

Lines changed: 0 additions & 66 deletions
This file was deleted.

0 commit comments

Comments
 (0)