Tweak initial exercise order based on subjective difficulty (closes #34)

This commit is contained in:
Erik Simmler 2016-03-15 21:45:10 -04:00
parent 27ae854536
commit 24dc402f6f

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": [