diff options
| author | Andrei Florea <[email protected]> | 2022-10-05 16:06:35 -0700 |
|---|---|---|
| committer | Andrei Florea <[email protected]> | 2022-10-05 16:06:35 -0700 |
| commit | 5aa2fda519559b69534ee655e7a27e8face63c0f (patch) | |
| tree | 32414cbeb9305af8fa4e99ec489a74921bf6b0c1 /CST116-BlankConsole | |
| parent | Adding checklist.txt describing my steps to push (diff) | |
| download | cst116-lab0-florea-5aa2fda519559b69534ee655e7a27e8face63c0f.tar.xz cst116-lab0-florea-5aa2fda519559b69534ee655e7a27e8face63c0f.zip | |
Unimportant changes
Diffstat (limited to 'CST116-BlankConsole')
| -rw-r--r-- | CST116-BlankConsole/.DS_Store | bin | 0 -> 6148 bytes | |||
| -rw-r--r-- | CST116-BlankConsole/CST-116-LAB0-FLOREA-pseudo-code.txt | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/CST116-BlankConsole/.DS_Store b/CST116-BlankConsole/.DS_Store Binary files differnew file mode 100644 index 0000000..00a6aa3 --- /dev/null +++ b/CST116-BlankConsole/.DS_Store diff --git a/CST116-BlankConsole/CST-116-LAB0-FLOREA-pseudo-code.txt b/CST116-BlankConsole/CST-116-LAB0-FLOREA-pseudo-code.txt index dab326f..7c6973b 100644 --- a/CST116-BlankConsole/CST-116-LAB0-FLOREA-pseudo-code.txt +++ b/CST116-BlankConsole/CST-116-LAB0-FLOREA-pseudo-code.txt @@ -6,4 +6,4 @@ 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 +}
\ No newline at end of file |