diff options
| author | Martha Chamberlin <[email protected]> | 2021-10-13 11:32:56 -0700 |
|---|---|---|
| committer | Martha Chamberlin <[email protected]> | 2021-10-13 11:32:56 -0700 |
| commit | 8f40e35d34e4a65f35e4cf35233f4b94e2da7158 (patch) | |
| tree | d6571a64bc486fa99e203ce5861a456e5e5328a0 /CST116F2021-Lab3/CST116F2021-Lab3Chamberlin.cpp | |
| parent | Add online IDE url (diff) | |
| download | cst116-lab3-chambmar-8f40e35d34e4a65f35e4cf35233f4b94e2da7158.tar.xz cst116-lab3-chambmar-8f40e35d34e4a65f35e4cf35233f4b94e2da7158.zip | |
First run for Lab3
Diffstat (limited to 'CST116F2021-Lab3/CST116F2021-Lab3Chamberlin.cpp')
| -rw-r--r-- | CST116F2021-Lab3/CST116F2021-Lab3Chamberlin.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/CST116F2021-Lab3/CST116F2021-Lab3Chamberlin.cpp b/CST116F2021-Lab3/CST116F2021-Lab3Chamberlin.cpp new file mode 100644 index 0000000..3e4f630 --- /dev/null +++ b/CST116F2021-Lab3/CST116F2021-Lab3Chamberlin.cpp @@ -0,0 +1,11 @@ +// CST116F2021-Lab3.cpp : This file contains the 'main' function. Program execution begins and ends there. +// + +#include <iostream> + +int main() +{ + std::cout << "Hello World!\n"; +} + + |