Skip to content

Commit 316e46b

Browse files
committed
Synced metadata for practice exercises for March.
1 parent f3e7677 commit 316e46b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

exercises/practice/grains/.meta/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
},
3131
"blurb": "Calculate the number of grains of wheat on a chessboard given that the number on each square doubles.",
3232
"source": "The CodeRanch Cattle Drive, Assignment 6",
33-
"source_url": "https://coderanch.com/wiki/718824/Grains"
33+
"source_url": "https://web.archive.org/web/20240908084142/https://coderanch.com/wiki/718824/Grains"
3434
}

exercises/practice/leap/.meta/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@
3434
},
3535
"blurb": "Determine whether a given year is a leap year.",
3636
"source": "CodeRanch Cattle Drive, Assignment 3",
37-
"source_url": "https://coderanch.com/t/718816/Leap"
37+
"source_url": "https://web.archive.org/web/20240907033714/https://coderanch.com/t/718816/Leap"
3838
}

exercises/practice/rna-transcription/.meta/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
".meta/example.py"
3333
]
3434
},
35-
"blurb": "Given a DNA strand, return its RNA Complement Transcription.",
35+
"blurb": "Given a DNA strand, return its RNA complement.",
3636
"source": "Hyperphysics",
3737
"source_url": "https://web.archive.org/web/20220408112140/http://hyperphysics.phy-astr.gsu.edu/hbase/Organic/transcription.html"
3838
}

exercises/practice/say/.meta/config.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@
3030
},
3131
"blurb": "Given a number from 0 to 999,999,999,999, spell out that number in English.",
3232
"source": "A variation on the JavaRanch CattleDrive, Assignment 4",
33-
"source_url": "https://coderanch.com/wiki/718804"
33+
"source_url": "https://web.archive.org/web/20240907035912/https://coderanch.com/wiki/718804"
3434
}

0 commit comments

Comments
 (0)