diff options
| author | the-ugly <[email protected]> | 2022-09-29 15:51:31 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-09-29 15:51:31 -0700 |
| commit | 1c0a8cf06a8f2ba7d5c01289c9b0bd0a9f2b0497 (patch) | |
| tree | 6459cf3bd23fcb16978ca05d3193a2f56a1db4de | |
| parent | next steps (diff) | |
| download | cst116-lab0-debugging-the-ugly-1c0a8cf06a8f2ba7d5c01289c9b0bd0a9f2b0497.tar.xz cst116-lab0-debugging-the-ugly-1c0a8cf06a8f2ba7d5c01289c9b0bd0a9f2b0497.zip | |
Add files via upload
| -rw-r--r-- | checklist.txt | 5 | ||||
| -rw-r--r-- | step 11 and flow chart.txt | 8 |
2 files changed, 13 insertions, 0 deletions
diff --git a/checklist.txt b/checklist.txt new file mode 100644 index 0000000..264329d --- /dev/null +++ b/checklist.txt @@ -0,0 +1,5 @@ +1. Clone repository
+2. Select Git changes view
+3. Add .gitignore in general settings
+4. Enter a message in comment box and commit all
+5. press push
diff --git a/step 11 and flow chart.txt b/step 11 and flow chart.txt new file mode 100644 index 0000000..c504713 --- /dev/null +++ b/step 11 and flow chart.txt @@ -0,0 +1,8 @@ +Hello World!
+My name is the-ugly
+
+C:\Users\griff\Source\Repos\cst116-lab0-the-ugly\CST116-BlankConsole\x64\Debug\CST116-Lab0-Brandt.exe (process 7312) 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 . . .
+
+
|