Skip to content

Commit 2e59675

Browse files
bank-account: remove additional notes (#1963)
1 parent f2a2c56 commit 2e59675

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

exercises/bank-account/description.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,3 @@ Create an account that can be accessed from multiple threads/processes
1212

1313
It should be possible to close an account; operations against a closed
1414
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

Comments
 (0)