#################### This project is about learning Rust / my first Rust project. It solcves the puzzle in the resources folder of this project:
bogo pick and place a randomly flipped and rotated piece along the left most side or top row:
- pick 2 random pieces
- rotate the board
- rotate the pieces
- randomly flip the piece
- place both pieces such that they minimizes the perimiter of the inside space
- fit the pieces
- repeat till you run out of pieces
- Hope that it solves, if it does, Yay! if not try again.