diff options
Diffstat (limited to 'CST116-BlankConsole/CST116-BlankConsole.cpp')
| -rw-r--r-- | CST116-BlankConsole/CST116-BlankConsole.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CST116-BlankConsole/CST116-BlankConsole.cpp b/CST116-BlankConsole/CST116-BlankConsole.cpp index f52b208..55d3417 100644 --- a/CST116-BlankConsole/CST116-BlankConsole.cpp +++ b/CST116-BlankConsole/CST116-BlankConsole.cpp @@ -1,5 +1,11 @@ // CST116-BlankConsole.cpp : This file contains the 'main' function. Program execution begins and ends there.
//
+/*
+Abdullah Havaldar
+CST116 C++ Programming
+Lab 0
+Debugging
+*/
#include <iostream>
|