diff options
| author | James Lawrance <[email protected]> | 2021-10-13 13:08:35 -0700 |
|---|---|---|
| committer | James Lawrance <[email protected]> | 2021-10-13 13:08:35 -0700 |
| commit | 5340c1c1c41594df6564167bbed458e0fe9a448a (patch) | |
| tree | 3d433b8b57c0d15c0cd2551e0b2593b274691d32 | |
| parent | Initial commit (diff) | |
| download | cst116-proj1-jemersonlawrance-5340c1c1c41594df6564167bbed458e0fe9a448a.tar.xz cst116-proj1-jemersonlawrance-5340c1c1c41594df6564167bbed458e0fe9a448a.zip | |
Initial commit
| -rw-r--r-- | Source1.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Source1.cpp b/Source1.cpp new file mode 100644 index 0000000..c3352b9 --- /dev/null +++ b/Source1.cpp @@ -0,0 +1,9 @@ +#include <iostream> +using namespace std; + +int main() +{ + cout << "I like fishing."; + + return 0; +}
\ No newline at end of file |