a.out: main.c account.h account.cpp makefile
	g++ -g main.c account.cpp
