Advertisement
Petro_zzz

prj_111223_cout_endl

Dec 11th, 2023
1,075
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.32 KB | None | 0 0
  1. #include <iostream>
  2.  
  3. //using namespace std;
  4.  
  5. int main() {
  6.    
  7.     //This is my first prog.
  8.    
  9.     /*
  10.     This is my second line.
  11.         next line
  12.     */
  13.  
  14.     std::cout << "Hello Misha " << std::endl;
  15.     std::cout << "Hello Vasya " << std::endl;
  16.     std::cout << "Hello Vanya " << std::endl;
  17.     std::cout << "Hello Masha " << std::endl;
  18.  
  19. }
  20.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement