go:
	./pythons --command 'print(1)'
	#
	./pythons --command 'print "hi"'
	#
	./pythons --file ./t

install:
	cd histogram && make install
	cp pythons ~/bin/.