compile:
	gcc day_2.c -Wall -Werror=switch -o day_2

run:
	./day_2