tuple: tuple.cpp
	clang++ -Wall tuple.cpp -o tuple

clean:
	rm -f tuple
