File tree 1 file changed +1
-15
lines changed
1 file changed +1
-15
lines changed Original file line number Diff line number Diff line change 1
- // CppDemo.cpp : This file contains the 'main' function. Program execution begins and ends there.
2
- //
3
-
4
1
#include " pch.h"
5
2
#include < iostream>
6
3
7
4
int main ()
8
5
{
9
6
std::cout << " Hello World!\n " ;
10
- }
11
-
12
- // Run program: Ctrl + F5 or Debug > Start Without Debugging menu
13
- // Debug program: F5 or Debug > Start Debugging menu
14
-
15
- // Tips for Getting Started:
16
- // 1. Use the Solution Explorer window to add/manage files
17
- // 2. Use the Team Explorer window to connect to source control
18
- // 3. Use the Output window to see build output and other messages
19
- // 4. Use the Error List window to view errors
20
- // 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
21
- // 6. In the future, to open this project again, go to File > Open > Project and select the .sln file
7
+ }
You can’t perform that action at this time.
0 commit comments