diff options
| -rw-r--r-- | CST116-BlankConsole/CST116 LAB ZERO.txt | 6 | ||||
| -rw-r--r-- | CST116-BlankConsole/PSEUDO CST 116 LAB ZERO.txt | 3 | ||||
| -rw-r--r-- | CST116-BlankConsole/checklist.txt.txt | 9 |
3 files changed, 18 insertions, 0 deletions
diff --git a/CST116-BlankConsole/CST116 LAB ZERO.txt b/CST116-BlankConsole/CST116 LAB ZERO.txt new file mode 100644 index 0000000..c2014e5 --- /dev/null +++ b/CST116-BlankConsole/CST116 LAB ZERO.txt @@ -0,0 +1,6 @@ +Hello World! +Thomas Trinh, CEOofOogaBooga; + +C:\Users\furyf\OneDrive\Desktop\Homework\CST Homework\Stupid Project\CST116-BlankConsole\x64\Debug\CST116-BlankConsole.exe (process 27180) exited with code 0. +To automatically close the console when debugging stops, enable Tools->Options->Debugging->Automatically close the console when debugging stops. +Press any key to close this window . . . diff --git a/CST116-BlankConsole/PSEUDO CST 116 LAB ZERO.txt b/CST116-BlankConsole/PSEUDO CST 116 LAB ZERO.txt new file mode 100644 index 0000000..68608c5 --- /dev/null +++ b/CST116-BlankConsole/PSEUDO CST 116 LAB ZERO.txt @@ -0,0 +1,3 @@ +Under the main line, +output "Hello World" and +"Thomas Trinh, CEOofOogaBooga"
\ No newline at end of file diff --git a/CST116-BlankConsole/checklist.txt.txt b/CST116-BlankConsole/checklist.txt.txt new file mode 100644 index 0000000..8f1a86b --- /dev/null +++ b/CST116-BlankConsole/checklist.txt.txt @@ -0,0 +1,9 @@ +How to commit and push changes: +1.Do your changes (whether it be adding notes, +changing the code itself, or anything) +2.Go into Git Changes +3.CLick the + on the stuff you want to push/commit +4.Click commit staged +5.Once you have put them all in, +make sure that the changes are what you want, +and name your changes and click push
\ No newline at end of file |