RafalSobala

zad1

Mar 20th, 2020
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.24 KB | None | 0 0
  1. #include <iostream>
  2.  
  3. using namespace std;
  4.  
  5. void dane(){
  6.  cout << "RafaΕ‚ Sobala" << endl;
  7.  cout << "3cti"<< endl;
  8.  cout << "20.03.2020"<< endl;
  9. }
  10.  
  11.  
  12. int main()
  13. {
  14.     cout << "Moje dane: "<< endl;
  15.  
  16.     dane();
  17.  
  18.     return 0;
  19. }
Add Comment
Please, Sign In to add comment