all:
	g++ -o test main.cpp
clean:
	rm -f test
