diff options
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 |