diff options
| author | Aaron Hill <[email protected]> | 2022-09-29 16:20:46 -0700 |
|---|---|---|
| committer | Aaron Hill <[email protected]> | 2022-09-29 16:20:46 -0700 |
| commit | 3b41f20248e4e79a528c71b03efa41423e1b393e (patch) | |
| tree | 182a69e7e7f572619f6ed584e435005d9517e860 /CST116-BlankConsole | |
| parent | final (diff) | |
| parent | Create CST116-BlankConsole-Hill (diff) | |
| download | cst116-lab0-hill-3b41f20248e4e79a528c71b03efa41423e1b393e.tar.xz cst116-lab0-hill-3b41f20248e4e79a528c71b03efa41423e1b393e.zip | |
Merge branch 'main' of https://github.com/CST116/cst116-lab0-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; |