Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion exercises/grains/metadata.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
title = "Grains"
blurb = "Calculate the number of grains of wheat on a chessboard given that the number on each square doubles."
source = "The CodeRanch Cattle Drive, Assignment 6"
source_url = "https://coderanch.com/wiki/718824/Grains"
source_url = "https://web.archive.org/web/20240908084142/https://coderanch.com/wiki/718824/Grains"
2 changes: 1 addition & 1 deletion exercises/leap/metadata.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
title = "Leap"
blurb = "Determine whether a given year is a leap year."
source = "CodeRanch Cattle Drive, Assignment 3"
source_url = "https://coderanch.com/t/718816/Leap"
source_url = "https://web.archive.org/web/20240907033714/https://coderanch.com/t/718816/Leap"
deep_dive_youtube_id = "Fj5m16is5hI"
deep_dive_blurb = "Deep dive into the different algorithms and approaches you can use to solve Leap, as Jeremy and Erik explore interesting Community Solutions across 10 different languages on Exercism."
2 changes: 1 addition & 1 deletion exercises/say/metadata.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
title = "Say"
blurb = "Given a number from 0 to 999,999,999,999, spell out that number in English."
source = "A variation on the JavaRanch CattleDrive, Assignment 4"
source_url = "https://coderanch.com/wiki/718804"
source_url = "https://web.archive.org/web/20240907035912/https://coderanch.com/wiki/718804"
Loading