~will-clarke/auction

Update README and remove instructions so people can't cheat
Add the instructions folder back in; I mangled it
Make the words a bit easier to read (word wrap)

All hail emacs' auto-fill-mode
Write some documentation and a README
Fix how valid bids are calculated

They should actually be reconsiled at the end, not on the fly.
Also this commit fixes a few other small issues
Chuck everything in main to see if it even works
Implement output - auctionHouses can return results
Create tests for generating the output
Add error handling to Auction.valid Bid
Test & implement bid validation
Add test for checking if a bid's valid
Parse createBid lines
Add tests for parsing bids
Let's be memory-efficient and use pointers a bit
Add more tests for adding an invalid auction
Get Basics of parsing new auction working
Write tests for parse function
go mod init! First stab at creating models
Initial commit; instructions