diff options
| author | Andrei Florea <[email protected]> | 2022-10-05 16:11:30 -0700 |
|---|---|---|
| committer | Andrei Florea <[email protected]> | 2022-10-05 16:11:30 -0700 |
| commit | 8528d6fd43f94a91ede602ceca5fae20d6952c26 (patch) | |
| tree | 1d17518db62b2aed054343116c3f3246df70d6fa | |
| parent | Unimportant commit - Nothing has changed (diff) | |
| download | cst116-lab0-florea-8528d6fd43f94a91ede602ceca5fae20d6952c26.tar.xz cst116-lab0-florea-8528d6fd43f94a91ede602ceca5fae20d6952c26.zip | |
Editing comment regarding task description - Final Commit
| -rw-r--r-- | CST116-BlankConsole/CST116-BlankConsole.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CST116-BlankConsole/CST116-BlankConsole.cpp b/CST116-BlankConsole/CST116-BlankConsole.cpp index 854c85f..3a0cc2f 100644 --- a/CST116-BlankConsole/CST116-BlankConsole.cpp +++ b/CST116-BlankConsole/CST116-BlankConsole.cpp @@ -1,4 +1,4 @@ -// Andrei Florea - CST 116 - Lab0 - Editing code
+// Andrei Florea - CST 116 - Lab0 - Editing code, learning how to push to Github and learning how to use an IDE
// CST116-BlankConsole.cpp : This file contains the 'main' function. Program execution begins and ends there.
//
|