Skip to content

Instantly share code, notes, and snippets.

@ingydotnet
Created August 1, 2024 19:30
Show Gist options
  • Save ingydotnet/95c51e918b945c1958dc9ec3e5d8670c to your computer and use it in GitHub Desktop.
Save ingydotnet/95c51e918b945c1958dc9ec3e5d8670c to your computer and use it in GitHub Desktop.
$ configlet create --practice-exercise raindrops
Updating cached 'problem-specifications' data...
Created practice exercise 'raindrops'.
$ git diff
diff --git a/config.json b/config.json
index 2b4b28b..d804da9 100644
--- a/config.json
+++ b/config.json
@@ -70,6 +70,14 @@
"practices": [],
"prerequisites": [],
"difficulty": 1
+ },
+ {
+ "slug": "raindrops",
+ "name": "Raindrops",
+ "uuid": "cdfc9490-02f1-410d-be59-dac691777d92",
+ "practices": [],
+ "prerequisites": [],
+ "difficulty": 1
}
]
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment