diff options
| author | Evan <[email protected]> | 2022-11-28 18:55:26 -0800 |
|---|---|---|
| committer | Evan <[email protected]> | 2022-11-28 18:55:26 -0800 |
| commit | ce947f3e63ec0855eb49ea5f3bb27ebaa58cdf5c (patch) | |
| tree | 6f07f21318a54ef0c05b7bc2b1bf866b63079f22 /CST116-BlankConsole | |
| parent | end1 (diff) | |
| download | cst116-lab0-evanmihm-ce947f3e63ec0855eb49ea5f3bb27ebaa58cdf5c.tar.xz cst116-lab0-evanmihm-ce947f3e63ec0855eb49ea5f3bb27ebaa58cdf5c.zip | |
asdf
Diffstat (limited to 'CST116-BlankConsole')
| -rw-r--r-- | CST116-BlankConsole/CST116-BlankConsole.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/CST116-BlankConsole/CST116-BlankConsole.cpp b/CST116-BlankConsole/CST116-BlankConsole.cpp index f52b208..0e28264 100644 --- a/CST116-BlankConsole/CST116-BlankConsole.cpp +++ b/CST116-BlankConsole/CST116-BlankConsole.cpp @@ -1,6 +1,3 @@ -// CST116-BlankConsole.cpp : This file contains the 'main' function. Program execution begins and ends there.
-//
-
#include <iostream>
int main()
@@ -11,6 +8,7 @@ int main() // Run program: Ctrl + F5 or Debug > Start Without Debugging menu
// Debug program: F5 or Debug > Start Debugging menu
+
// Tips for Getting Started:
// 1. Use the Solution Explorer window to add/manage files
// 2. Use the Team Explorer window to connect to source control
|