diff options
| author | Joseph Williams <[email protected]> | 2022-10-20 14:38:56 -0700 |
|---|---|---|
| committer | Joseph Williams <[email protected]> | 2022-10-20 14:38:56 -0700 |
| commit | 55fbb55fd2852027c53c661c79ffb2b2db1f09c9 (patch) | |
| tree | ee68ff788b5b0a7de27395f46182599b6af0665b /CST116-Ch10-Debugging/CST116-Ch10-Debugging-Williams-Run.txt | |
| parent | Setting up GitHub Classroom Feedback (diff) | |
| download | cst116-ch10-debugging-allthenamesaretaken3141-main.tar.xz cst116-ch10-debugging-allthenamesaretaken3141-main.zip | |
Diffstat (limited to 'CST116-Ch10-Debugging/CST116-Ch10-Debugging-Williams-Run.txt')
| -rw-r--r-- | CST116-Ch10-Debugging/CST116-Ch10-Debugging-Williams-Run.txt | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/CST116-Ch10-Debugging/CST116-Ch10-Debugging-Williams-Run.txt b/CST116-Ch10-Debugging/CST116-Ch10-Debugging-Williams-Run.txt new file mode 100644 index 0000000..9a19982 --- /dev/null +++ b/CST116-Ch10-Debugging/CST116-Ch10-Debugging-Williams-Run.txt @@ -0,0 +1,34 @@ +Please enter your first name: Tim + +Please enter your last name: Timmyson + + + Welcome Tim Timmyson! + Hope all is well + + x y z + + 0 100 100 + 1 101 102 + 2 102 104 + 3 103 106 + 4 104 108 + + +Also I broke your code, do better next time lol: + +Please enter your first name: Glornax + +Please enter your last name: the Destroyer + + + Welcome Glornax the! + Hope all is well + + x y z + + 0 100 100 + 1 101 102 + 2 102 104 + 3 103 106 + 4 104 108
\ No newline at end of file |