For added flexibility, let's allow users to add items to the front of our linked list as well.
Implement the add_to_head method. It should add a new node to the front of the list and return nothing.
add_to_head