Fallback (Solution)

Solution

git checkout exercise-01-solution
function () payable external {
  emit Deposit(msg.sender, msg.value, address(this).balance);
}