This week's challenge was to create an ATM program that can create an account, a person, deposit funds, withdraw them, create an account and deactivate the account.
$ load './lib/atm_challenge_2021.rb'
$ load './lib/person.rb'
$ person = Person.new(:name 'Anastasia')
$ atm = ATM.new