1
0
Fork 0
mirror of https://github.com/correl/elm.git synced 2025-04-12 09:11:02 -09:00

Merge pull request from tgecho/initial-exercise-order

Tweak initial exercise order based on subjective difficulty (closes )
This commit is contained in:
Erik Simmler 2016-03-16 09:38:10 -04:00
commit 253e31529b

View file

@ -6,17 +6,17 @@
"test_pattern": "TODO",
"problems": [
"hello-world",
"leap",
"pangram",
"rna-transcription",
"hamming",
"word-count",
"bob",
"run-length-encoding",
"difference-of-squares",
"anagram",
"leap",
"raindrops",
"triangle"
"pangram",
"triangle",
"anagram",
"difference-of-squares",
"word-count",
"hamming",
"rna-transcription",
"run-length-encoding"
],
"deprecated": [