Advertisement
wiktormadera

zad1

Apr 2nd, 2020
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.18 KB | None | 0 0
  1. #include <iostream>
  2.  
  3. using namespace std;
  4.  
  5. void AUTOR()
  6. {
  7. cout << "Wiktor Madera" << endl;
  8. cout << "Klasa 3CTI" << endl;
  9. cout << "Data utworzenia programu 28.03.2020" <<endl;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement