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 20, 2021
1 parent e22b985 commit 63bdf58
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions exercises/practice/token-transfer/.meta/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"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"
".meta/reference/example-solution/token.sol"
]
}
}
Empty file.

0 comments on commit 63bdf58

Please sign in to comment.