Fallout Level Ethernaut Challenge
Preface
Always use the constructor() function when defining a constructor in your contract.
The constructor is a function that gets executed only once when your contract is first deployed.
DO NOT declare a constructor function using the same name as your contract.