Advertisement
Lempek

main.cpp

Dec 27th, 2011
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. #include "funkcje.h"
  2. #include "klasy.h"
  3.  
  4. using namespace std;
  5.  
  6. int main(int argc, char** argv) {
  7. main_menu();
  8. return 0;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement