

clear:
	rm -rf build/*

run:
	cp input.txt build
	cp input_test.txt build
	cd build && cmake .. && make && ./Day1
