diff options
| author | tafaar <[email protected]> | 2022-09-29 15:36:18 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-09-29 15:36:18 -0700 |
| commit | b8a9267421eeddeab99569d5a9746aefff3b320e (patch) | |
| tree | bbfd7f2ece2a7a064a2b5bcef73edb904420dc1e /CST116-BlankConsole | |
| parent | renamed (diff) | |
| download | cst116-lab0-hill-b8a9267421eeddeab99569d5a9746aefff3b320e.tar.xz cst116-lab0-hill-b8a9267421eeddeab99569d5a9746aefff3b320e.zip | |
Create CST116-BlankConsole-Hill
Diffstat (limited to 'CST116-BlankConsole')
| -rw-r--r-- | CST116-BlankConsole/CST116-BlankConsole-Hill | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CST116-BlankConsole/CST116-BlankConsole-Hill b/CST116-BlankConsole/CST116-BlankConsole-Hill new file mode 100644 index 0000000..6a3f540 --- /dev/null +++ b/CST116-BlankConsole/CST116-BlankConsole-Hill @@ -0,0 +1,7 @@ +Hello World! +My name is Aaron and my github is tafaar + +Pseudo Code: + +1. print "Hello world!" /newline; +2. print "My name is Aaron and my github is tafaar" /newline; |