diff options
| author | Nathanturcas <[email protected]> | 2022-11-09 22:35:56 -0800 |
|---|---|---|
| committer | Nathanturcas <[email protected]> | 2022-11-09 22:35:56 -0800 |
| commit | bae6389030a98298b9de961208eabe84a14318b8 (patch) | |
| tree | ca72d4e3a64e8a757eb2c2bfa0d9be469cb3a216 /BlankConsoleLab/BlankConsoleLab.cpp | |
| parent | commit 2 (diff) | |
| download | cst116-lab2-nathanturcas-bae6389030a98298b9de961208eabe84a14318b8.tar.xz cst116-lab2-nathanturcas-bae6389030a98298b9de961208eabe84a14318b8.zip | |
another commit
Diffstat (limited to 'BlankConsoleLab/BlankConsoleLab.cpp')
| -rw-r--r-- | BlankConsoleLab/BlankConsoleLab.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BlankConsoleLab/BlankConsoleLab.cpp b/BlankConsoleLab/BlankConsoleLab.cpp index 2637d5f..b62f3ab 100644 --- a/BlankConsoleLab/BlankConsoleLab.cpp +++ b/BlankConsoleLab/BlankConsoleLab.cpp @@ -1,6 +1,6 @@ // BlankConsoleLab.cpp : This file contains the 'main' function. Program execution begins and ends there. // - +//nathan turcas lab 2 #include <iostream> using namespace std; |