diff options
| author | DoolyBoi <[email protected]> | 2022-09-29 14:54:47 -0700 |
|---|---|---|
| committer | DoolyBoi <[email protected]> | 2022-09-29 14:54:47 -0700 |
| commit | b8a6ff1b64f9689a5893276ff565ceda5bdccc9a (patch) | |
| tree | 52f0d9d21fe3c405e2fa5554006bf5dfdddcb3c7 /CST116-BlankConsole/CST116-BlankConsole.cpp | |
| parent | Setting up GitHub Classroom Feedback (diff) | |
| download | cst116-lab0-abd00l4h-b8a6ff1b64f9689a5893276ff565ceda5bdccc9a.tar.xz cst116-lab0-abd00l4h-b8a6ff1b64f9689a5893276ff565ceda5bdccc9a.zip | |
renamed lab
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>
|