diff options
Diffstat (limited to 'CST116-BlankConsole')
| -rw-r--r-- | CST116-BlankConsole/checklist.txt | 3 | ||||
| -rw-r--r-- | CST116-BlankConsole/cst116-lab0-flowchart.txt | 3 | ||||
| -rw-r--r-- | CST116-BlankConsole/cst116-lab0.txt | 6 |
3 files changed, 12 insertions, 0 deletions
diff --git a/CST116-BlankConsole/checklist.txt b/CST116-BlankConsole/checklist.txt new file mode 100644 index 0000000..c455b7d --- /dev/null +++ b/CST116-BlankConsole/checklist.txt @@ -0,0 +1,3 @@ +Under the github tab, stage changes +commit changes with commit description +push to origin.
\ No newline at end of file diff --git a/CST116-BlankConsole/cst116-lab0-flowchart.txt b/CST116-BlankConsole/cst116-lab0-flowchart.txt new file mode 100644 index 0000000..ec52a46 --- /dev/null +++ b/CST116-BlankConsole/cst116-lab0-flowchart.txt @@ -0,0 +1,3 @@ +Under main() +Output "Hello World!" +Output "Wyatt Johnson, hyper2snyper"
\ No newline at end of file diff --git a/CST116-BlankConsole/cst116-lab0.txt b/CST116-BlankConsole/cst116-lab0.txt new file mode 100644 index 0000000..563774c --- /dev/null +++ b/CST116-BlankConsole/cst116-lab0.txt @@ -0,0 +1,6 @@ +Hello World! +Wyatt Johnson, hyper2snyper + +C:\Users\wythe\Desktop\Homework\C++\cst116-lab0-wyattjohnson\CST116-BlankConsole\x64\Debug\CST116-BlankConsole.exe (process 13856) 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 . . .
\ No newline at end of file |