diff options
| author | Tim Pearse <[email protected]> | 2022-10-01 12:50:17 -0700 |
|---|---|---|
| committer | Tim Pearse <[email protected]> | 2022-10-01 12:50:17 -0700 |
| commit | 8d7fd1aaf58033209011d2c48fe050ac64b27733 (patch) | |
| tree | 594824aa3ab8856e83bcc0fd4274080657ae1653 /CST116-BlankConsole/CST116-BlankConsole.cpp | |
| parent | Change 4: Uploading a text file (diff) | |
| download | cst116-lab0-legokid1503-8d7fd1aaf58033209011d2c48fe050ac64b27733.tar.xz cst116-lab0-legokid1503-8d7fd1aaf58033209011d2c48fe050ac64b27733.zip | |
Change 5: Adding Pseudocode to the main file & adding checklist.txt Done with this repository?
Next Step:
Review the Lab0 prep work, if necessary.
Diffstat (limited to 'CST116-BlankConsole/CST116-BlankConsole.cpp')
| -rw-r--r-- | CST116-BlankConsole/CST116-BlankConsole.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CST116-BlankConsole/CST116-BlankConsole.cpp b/CST116-BlankConsole/CST116-BlankConsole.cpp index 7180466..e98ba04 100644 --- a/CST116-BlankConsole/CST116-BlankConsole.cpp +++ b/CST116-BlankConsole/CST116-BlankConsole.cpp @@ -4,6 +4,15 @@ Name : Timothy Pearse 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>
|