We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2a2c56 commit 2e59675Copy full SHA for 2e59675
exercises/bank-account/description.md
@@ -12,16 +12,3 @@ Create an account that can be accessed from multiple threads/processes
12
13
It should be possible to close an account; operations against a closed
14
account must fail.
15
-
16
-## Instructions
17
18
-Run the test file, and fix each of the errors in turn. When you get the
19
-first test to pass, go to the first pending or skipped test, and make
20
-that pass as well. When all of the tests are passing, feel free to
21
-submit.
22
23
-Remember that passing code is just the first step. The goal is to work
24
-towards a solution that is as readable and expressive as you can make
25
-it.
26
27
-Have fun!
0 commit comments