Skip to content

Commit e0f98a1

Browse files
committed
Initial skeleton
1 parent 41400b0 commit e0f98a1

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

CppDemo/CppDemo.cpp

+1-15
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,7 @@
1-
// CppDemo.cpp : This file contains the 'main' function. Program execution begins and ends there.
2-
//
3-
41
#include "pch.h"
52
#include <iostream>
63

74
int main()
85
{
96
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+
}

0 commit comments

Comments
 (0)