all: helper.cpp sorter.cpp
	clang++ helper.cpp sorter.cpp -o sorter

clean:
	rm sorter
