You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exercises/bank-account/instructions.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Instructions
2
2
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.
4
4
5
5
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.
0 commit comments