diff options
| author | Joseph Williams <[email protected]> | 2022-09-29 15:29:36 -0700 |
|---|---|---|
| committer | Joseph Williams <[email protected]> | 2022-09-29 15:29:36 -0700 |
| commit | 97ced6b9eb0c35a3f5c93a799ac9a67105f27028 (patch) | |
| tree | 7c0662cdfd2433ac90c91bd8b51b5a43851866cb /CST116-BlankConsole/CST116-Lab0-Williams.txt | |
| parent | finished (diff) | |
| download | archived-cst116-lab0-allthenamesaretaken3141-main.tar.xz archived-cst116-lab0-allthenamesaretaken3141-main.zip | |
Diffstat (limited to 'CST116-BlankConsole/CST116-Lab0-Williams.txt')
| -rw-r--r-- | CST116-BlankConsole/CST116-Lab0-Williams.txt | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/CST116-BlankConsole/CST116-Lab0-Williams.txt b/CST116-BlankConsole/CST116-Lab0-Williams.txt new file mode 100644 index 0000000..dcfefd0 --- /dev/null +++ b/CST116-BlankConsole/CST116-Lab0-Williams.txt @@ -0,0 +1,27 @@ +Hello World! +I'm Joe. My GitHub is @AllTheNamesAreTaken3141, but there's nothing worth seeing there, I promise. + + +-----PSEUDOCODE----- +PROGRAM START +| +V +Grab the iostream library +| +V +Tell the program that whenever it sees "cout" or "endl", it should default to looking for them in the library +| +V +main() is called + | + V + Print "Hello World!" to the console and move to the next line + | + V + Print personal info to the console and move to the next line + | + V +main() ends +| +V +PROGRAM ENDS
\ No newline at end of file |