diff options
| author | Nathanturcas <[email protected]> | 2022-10-18 04:40:08 -0700 |
|---|---|---|
| committer | Nathanturcas <[email protected]> | 2022-10-18 04:40:08 -0700 |
| commit | 216ce73d88c72b49eeab7da61687223b2b088760 (patch) | |
| tree | a4dfac99c7d50233d677602c1e3b3846bf51f354 | |
| parent | Test push. (diff) | |
| download | cst116-lab0-nathanturcas-216ce73d88c72b49eeab7da61687223b2b088760.tar.xz cst116-lab0-nathanturcas-216ce73d88c72b49eeab7da61687223b2b088760.zip | |
first commit.
| -rw-r--r-- | CST116-BlankConsole/CST116-BlankConsole.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CST116-BlankConsole/CST116-BlankConsole.cpp b/CST116-BlankConsole/CST116-BlankConsole.cpp index f52b208..1eb1d31 100644 --- a/CST116-BlankConsole/CST116-BlankConsole.cpp +++ b/CST116-BlankConsole/CST116-BlankConsole.cpp @@ -1,5 +1,7 @@ // CST116-BlankConsole.cpp : This file contains the 'main' function. Program execution begins and ends there.
-//
+//My name is Nathan Turcas.
+//This is CST 116.
+// This is lab0.
#include <iostream>
|