Assignment 1: Change suggested order of steps
The slides currently suggest the following order of steps:
- Start by defining the fields of the state machine.
 - Define a conversion from codons to amino acids read_amino_acid
 - Implement the transition function
 - Implement the Statistics struct
 - Test your work with cargo test (and maybe make some more?)
 
Swap 2. and 3.