MeehoweCK

Untitled

Apr 2nd, 2020
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.18 KB | None | 0 0
  1. #include "Interfejs.h"
  2.  
  3. int main()
  4. {
  5.     Interfejs interfejs;
  6.     interfejs.pobierz_dane_studentow();
  7.     interfejs.pobierz_dane_zadan();
  8.     interfejs.menu();
  9.     return 0;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment