diff options
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"; +} + + |