Assignment 1: Speed-up implementation of `fn read_amino_acid()`
Implementing the match
from codons to amino acids is slow and repetitive.
Suggestion:
- Provide a shortened version of the table as part of the assignments.
- Make sure that test input only uses amino acids listed in shortened table.