Skip to content

Commit

Permalink
Add (empty) stub files for all exercises that didn't yet have them.
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed May 5, 2021
1 parent e22b985 commit ac7587e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exercises/practice/token-transfer/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"authors": [],
"files": {
"solution": [
"contracts/token-transfer.sol"
"contracts/token.sol"
],
"test": [
"test/token-transfer-test.js"
"test/token-test.js"
],
"example": [
".meta/reference/example-solution/token-transfer.sol"
Expand Down
Empty file.

0 comments on commit ac7587e

Please sign in to comment.