Skip to content
This repository has been archived by the owner on Jun 29, 2021. It is now read-only.

Commit

Permalink
Add files.json manifest to some exercises
Browse files Browse the repository at this point in the history
The file describes what files the student should have access to. It's planned to have an import script look in this file and include them when importing to the website.
  • Loading branch information
helmertz committed Sep 4, 2015
1 parent 82782e8 commit 0a0fade
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions exercises/control_flow/files.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
["loop.py", "if.py", "if_else.py", "fizzbuzz.py", "functions.py", "lists.py", "contains.py", "boolean_arithmetic.py", "prime.py"]
1 change: 1 addition & 0 deletions exercises/text-editor/files.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
["texted.py"]

0 comments on commit 0a0fade

Please sign in to comment.