Advertisement
MichalWalczak

Zad 1

Mar 25th, 2020
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.21 KB | None | 0 0
  1. #include <iostream>
  2.  
  3. using namespace std;
  4.  
  5. void autor()
  6. {
  7.     cout<< "Michal Walczak"<< endl;
  8.     cout<< "3cTI"<< endl;
  9.     cout<< "25.03.2020"<< endl;
  10. }
  11.  
  12. int main()
  13. {
  14.     autor();
  15.     return 0;
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement