aboutsummaryrefslogtreecommitdiff
path: root/CST116-BlankConsole
diff options
context:
space:
mode:
authorTim Pearse <[email protected]>2022-10-05 16:30:25 -0700
committerTim Pearse <[email protected]>2022-10-05 16:30:25 -0700
commit1fbb59c6e25a5f34d6c75e32b1882639767f82b8 (patch)
tree9cb9a51ab0accea90939be6bc14e5ce6d916af40 /CST116-BlankConsole
parentChange 5: Adding Pseudocode to the main file & adding checklist.txt Done with... (diff)
downloadcst116-lab0-legokid1503-1fbb59c6e25a5f34d6c75e32b1882639767f82b8.tar.xz
cst116-lab0-legokid1503-1fbb59c6e25a5f34d6c75e32b1882639767f82b8.zip
Change 6: Moved the pseudocode to the checklist.txt
Diffstat (limited to 'CST116-BlankConsole')
-rw-r--r--CST116-BlankConsole/CST116-BlankConsole.cpp8
-rw-r--r--CST116-BlankConsole/checklist.txt10
2 files changed, 9 insertions, 9 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>
diff --git a/CST116-BlankConsole/checklist.txt b/CST116-BlankConsole/checklist.txt
index 22b74f4..4395fa4 100644
--- a/CST116-BlankConsole/checklist.txt
+++ b/CST116-BlankConsole/checklist.txt
@@ -3,4 +3,12 @@ Step 2: Click the arrow next to commit all.
Step 3: Select "Commit all and Push"
Step 4: If there is an error, go to Git --> Settings --> Git Repository Settings. Look for Ignore File, and click add. Repeat steps 1 - 3.
Step 5: There is a decent possibility, especially if you had to go through step 4, that only the git ignore file got pushed. Go online and check what changed.
-Step 6: If it only sent the git ignore file, simply repeat steps 1 - 3. \ No newline at end of file
+Step 6: If it only sent the git ignore file, simply repeat steps 1 - 3.
+
+PSEUDOCODE
+
+namespaces here
+
+main(){
+ print("My name is Timothy Pearse. My username on GitHub is legokid1503.) and end line
+} \ No newline at end of file