diff options
| author | Wyatt <[email protected]> | 2022-09-29 15:18:40 -0700 |
|---|---|---|
| committer | Wyatt <[email protected]> | 2022-09-29 15:18:40 -0700 |
| commit | 14f31a052096de0a4d4885963c39826ef97184e6 (patch) | |
| tree | 420c00fb004b40020f153f2ed5fa92d664718ad8 /CST116-BlankConsole | |
| parent | finished (diff) | |
| download | cst116-lab0-johnson-main.tar.xz cst116-lab0-johnson-main.zip | |
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 |