Skip to content

Commit e7de7e4

Browse files
robkeimErikSchierboom
authored andcommitted
Re-order Bob and Leap exercises per #242 (#244)
1 parent ac97213 commit e7de7e4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

config.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@
1313
]
1414
},
1515
{
16-
"slug": "bob",
16+
"slug": "leap",
1717
"difficulty": 1,
1818
"topics": [
19-
"Strings",
20-
"Control-flow (if-else statements)"
19+
"Integers"
2120
]
2221
},
2322
{
24-
"slug": "leap",
23+
"slug": "bob",
2524
"difficulty": 1,
2625
"topics": [
27-
"Integers"
26+
"Strings",
27+
"Control-flow (if-else statements)"
2828
]
2929
},
3030
{

0 commit comments

Comments
 (0)