Skip to content

Commit 42f3989

Browse files
🤖 Auto-sync docs, metadata, and filepaths (#1391)
1 parent 2df85a4 commit 42f3989

4 files changed

Lines changed: 8 additions & 2 deletions

File tree

‎exercises/concept/improved-password-checker/.meta/config.json‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
],
1515
"exemplar": [
1616
".meta/Exemplar.fs"
17+
],
18+
"invalidator": [
19+
"ImprovedPasswordChecker.fsproj"
1720
]
1821
},
1922
"blurb": "Learn how to use the Flags attribute to combine values within a discriminated union"

‎exercises/practice/camicia/.meta/config.json‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
],
1212
"example": [
1313
".meta/Example.fs"
14+
],
15+
"invalidator": [
16+
"Camicia.fsproj"
1417
]
1518
},
1619
"blurb": "Simulate the card game and determine whether the match ends or enters an infinite loop.",

‎exercises/practice/nucleotide-count/.meta/config.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
]
2626
},
2727
"blurb": "Given a DNA string, compute how many times each nucleotide occurs in the string.",
28-
"source": "The Calculating DNA Nucleotides_problem at Rosalind",
28+
"source": "The Counting DNA Nucleotides problem at Rosalind",
2929
"source_url": "https://rosalind.info/problems/dna/"
3030
}

‎exercises/practice/perfect-numbers/.meta/config.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
},
2727
"blurb": "Determine if a number is perfect, abundant, or deficient based on Nicomachus' (60 - 120 CE) classification scheme for positive integers.",
2828
"source": "Taken from Chapter 2 of Functional Thinking by Neal Ford.",
29-
"source_url": "https://www.oreilly.com/library/view/functional-thinking/9781449365509/"
29+
"source_url": "https://nealford.com/books/functionalthinking.html"
3030
}

0 commit comments

Comments
 (0)