diff options
| author | Andrei Florea <[email protected]> | 2022-10-01 12:21:27 -0700 |
|---|---|---|
| committer | Andrei Florea <[email protected]> | 2022-10-01 12:21:27 -0700 |
| commit | 6a4d95980e7e85e537b2954ee08c6d3acd13fb19 (patch) | |
| tree | c57d39cd1a8f87b1a2548c30bcd52044e1f37b75 /CST116-BlankConsole | |
| parent | Changing name for the output text file to include -run at the end (diff) | |
| download | cst116-lab0-florea-6a4d95980e7e85e537b2954ee08c6d3acd13fb19.tar.xz cst116-lab0-florea-6a4d95980e7e85e537b2954ee08c6d3acd13fb19.zip | |
Created pseudo-code text file and added pseudo-code to it
Diffstat (limited to 'CST116-BlankConsole')
| -rw-r--r-- | CST116-BlankConsole/CST-116-LAB0-FLOREA-pseudo-code.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CST116-BlankConsole/CST-116-LAB0-FLOREA-pseudo-code.txt b/CST116-BlankConsole/CST-116-LAB0-FLOREA-pseudo-code.txt new file mode 100644 index 0000000..dab326f --- /dev/null +++ b/CST116-BlankConsole/CST-116-LAB0-FLOREA-pseudo-code.txt @@ -0,0 +1,9 @@ +including iostream +using std::cout +using std::endl + +define a main function +{ + print in console "Hello World!" << endline + print in console "My name is Andrei Florea and my GitHub username is andr3i-f" << endline +}
\ No newline at end of file |