Advertisement
desislava_topuzakova

Untitled

Feb 18th, 2023
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. // 01. Swimming Pool.cpp : This file contains the 'main' function. Program execution begins and ends there.
  2. //
  3.  
  4. #include <iostream>
  5.  
  6. int main()
  7. {
  8. std::cout << "Hello World!\n";
  9. }
  10.  
  11. // Run program: Ctrl + F5 or Debug > Start Without Debugging menu
  12. // Debug program: F5 or Debug > Start Debugging menu
  13.  
  14. // Tips for Getting Started:
  15. // 1. Use the Solution Explorer window to add/manage files
  16. // 2. Use the Team Explorer window to connect to source control
  17. // 3. Use the Output window to see build output and other messages
  18. // 4. Use the Error List window to view errors
  19. // 5. Go to Project > Add New Item to create new code files, or Project > Add Existing Item to add existing code files to the project
  20. // 6. In the future, to open this project again, go to File > Open > Project and select the .sln file
  21.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement