Skip to content

Commit

Permalink
Fix more issues with the recursion lesson
Browse files Browse the repository at this point in the history
  • Loading branch information
uellenberg committed Nov 29, 2023
1 parent 3d1070a commit ef35266
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 0 additions & 3 deletions sections/60_continuing_cs/00_recursion_intro/config.json

This file was deleted.

6 changes: 5 additions & 1 deletion templates/editable_runnable/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
"outputViews": ["console"],
"run": {
"command": {
"value": "node $CRATECODE_FILE"
"value": "node $CRATECODE_FILE\n"
}
},
"view": {
"toolboxWidth": 50,
"editorHeight": 75
}
}

0 comments on commit ef35266

Please sign in to comment.