diff options
| author | tafaar <[email protected]> | 2022-10-07 16:26:04 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-10-07 16:26:04 -0700 |
| commit | f51c3ebc4307e971a79149d07ef906af276fa1e2 (patch) | |
| tree | 945a6c0313e5b0e1d41a757bb6ee8a0281b0c160 /CST116-BlankConsole/CST116-BlankConsole-Hill-flowchart | |
| parent | Merge branch 'main' of https://github.com/CST116/cst116-lab0-hill (diff) | |
| download | cst116-lab0-hill-main.tar.xz cst116-lab0-hill-main.zip | |
Diffstat (limited to 'CST116-BlankConsole/CST116-BlankConsole-Hill-flowchart')
| -rw-r--r-- | CST116-BlankConsole/CST116-BlankConsole-Hill-flowchart | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CST116-BlankConsole/CST116-BlankConsole-Hill-flowchart b/CST116-BlankConsole/CST116-BlankConsole-Hill-flowchart new file mode 100644 index 0000000..6a3f540 --- /dev/null +++ b/CST116-BlankConsole/CST116-BlankConsole-Hill-flowchart @@ -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; |