mirror of
https://github.com/correl/elm.git
synced 2024-12-18 11:06:17 +00:00
Tweak initial exercise order based on subjective difficulty (closes #34)
This commit is contained in:
parent
27ae854536
commit
24dc402f6f
1 changed files with 9 additions and 9 deletions
18
config.json
18
config.json
|
@ -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": [
|
||||
|
||||
|
|
Loading…
Reference in a new issue