all:
	chmod +x run_examples.py guess hello

test: all
	./run_examples.py

clean:
	rm -f *.out diff.txt
