-
-
Save ingydotnet/95c51e918b945c1958dc9ec3e5d8670c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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