Lab 3: Tip-Jar

Create a solidity program that accepts ETH from anybody (using a fallback function), but only the creator of the contract (the owner) can withdraw it. Your submission should be the solidity program.