00001 #include "Konto.h" 00002 int main(){ 00003 Konto g1; 00004 g1.display(); 00005 return 0; 00006 }