DawidKubiak

Zad.1

Mar 22nd, 2020
206
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 << "Dawid Kubiak" << endl;
  8. }
  9. {
  10.     cout << "3cTI" << endl;
  11. }
  12. {
  13.     cout << "22.03.2020" << endl;
  14. }}
  15.  
  16. int main()
  17. {
  18.     cout << "Moje dane:" << endl;
  19.     AUTOR();
  20.     return 0;
  21. }
Advertisement
Add Comment
Please, Sign In to add comment