File tree Expand file tree Collapse file tree
exercises/concept/last-will/.docs Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33## General
44
55- Do not change the code in the families' namespaces.
6- - Do not copy the values into your code, call the functions .
6+ - Do not copy the values into your code, call the methods .
77
88## 1. Take your seat in front of the families and lay out your papers
99
10- - The namespace has to be called ` EstateExecutor ` for the tests to work .
10+ - The namespace has to be called ` EstateExecutor ` for your solution to pass the tests .
1111
1212## 2. Find the secret account number
1313
1414Each ` bank_number_part ` has to be called with the ` secret_modifier ` from the parameter list.
1515
1616## 3. Last step: Enter the secret code
1717
18- - You can call functions from nested namespaces like this ` OuterNamespace::InnerNamespace::my_function ` .
18+ - You can call methods from nested namespaces like this ` OuterNamespace::InnerNamespace::my_method ` .
1919
20- - Take care to add the blue and the red fragments separately before multiplicating both parts.
20+ - Take care to add the blue and the red fragments separately before multiplicating both parts.
You can’t perform that action at this time.
0 commit comments