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", "test_pattern": "TODO",
"problems": [ "problems": [
"hello-world", "hello-world",
"leap",
"pangram",
"rna-transcription",
"hamming",
"word-count",
"bob", "bob",
"run-length-encoding", "leap",
"difference-of-squares",
"anagram",
"raindrops", "raindrops",
"triangle" "pangram",
"triangle",
"anagram",
"difference-of-squares",
"word-count",
"hamming",
"rna-transcription",
"run-length-encoding"
], ],
"deprecated": [ "deprecated": [