compile:
	gcc day_6.c -Werror=switch -o day6 -march=native -Ofast -flto

run:
	./day6
