Skip to content

Commit 099098b

Browse files
Model bank account
1 parent 2ed6bb8 commit 099098b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/bank-account/instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Instructions
22

3-
Your task is to simulate a bank supporting opening/closing accounts, withdrawals, and deposits of money.
3+
Your task is to implement bank accounts supporting opening/closing, withdrawals, and deposits of money.
44

55
As bank accounts can be accessed in many different ways (internet, mobile phones, automatic charges), make sure that your bank accounts can safely be accessed from multiple threads/processes (terminology depends on your programming language) in parallel.
66

0 commit comments

Comments
 (0)