WiktoriaRatajczyk

Zadanie 1

Mar 22nd, 2020
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.26 KB | None | 0 0
  1. #include <iostream>
  2.  
  3. using namespace std;
  4.  
  5. void AUTOR()
  6. {
  7.     cout<<"Imie i nazwisko: Wiktoria Ratajczyk"<<endl;
  8.     cout<<"Klasa: 3bTI"<<endl;
  9.     cout<<"Data utworzenia programu: 22.03.2020"<<endl;
  10.  
  11. }
  12.  
  13. int main()
  14. {
  15.     AUTOR();
  16.     return 0;
  17. }
Add Comment
Please, Sign In to add comment