diff options
| author | Tim Pearse <[email protected]> | 2022-10-05 16:30:25 -0700 |
|---|---|---|
| committer | Tim Pearse <[email protected]> | 2022-10-05 16:30:25 -0700 |
| commit | 1fbb59c6e25a5f34d6c75e32b1882639767f82b8 (patch) | |
| tree | 9cb9a51ab0accea90939be6bc14e5ce6d916af40 /CST116-BlankConsole/CST116-BlankConsole.cpp | |
| parent | Change 5: Adding Pseudocode to the main file & adding checklist.txt Done with... (diff) | |
| download | archived-cst116-lab0-legokid1503-1fbb59c6e25a5f34d6c75e32b1882639767f82b8.tar.xz archived-cst116-lab0-legokid1503-1fbb59c6e25a5f34d6c75e32b1882639767f82b8.zip | |
Change 6: Moved the pseudocode to the checklist.txt
Diffstat (limited to 'CST116-BlankConsole/CST116-BlankConsole.cpp')
| -rw-r--r-- | CST116-BlankConsole/CST116-BlankConsole.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/CST116-BlankConsole/CST116-BlankConsole.cpp b/CST116-BlankConsole/CST116-BlankConsole.cpp index e98ba04..b3451b6 100644 --- a/CST116-BlankConsole/CST116-BlankConsole.cpp +++ b/CST116-BlankConsole/CST116-BlankConsole.cpp @@ -5,14 +5,6 @@ Class : CST116_01P Lab # : 0
Topics : IDE, Simple Program, GitHub
-
-PSEUDOCODE
-
-namespaces here
-
-main(){
- print("My name is Timothy Pearse. My username on GitHub is legokid1503.) and end line
-}
*/
#include <iostream>
|