diff options
| author | tylr <[email protected]> | 2021-12-08 10:44:28 -0800 |
|---|---|---|
| committer | tylr <[email protected]> | 2021-12-08 10:44:28 -0800 |
| commit | b649fd3185508c9a6600dbe9eb13f5a5b0b6f8f9 (patch) | |
| tree | 011efac29ed9bb7f2283322bc0376d808476b3b4 /num3 | |
| parent | Completed Num4. (diff) | |
| download | archived-cst116-lab9-till-t-b649fd3185508c9a6600dbe9eb13f5a5b0b6f8f9.tar.xz archived-cst116-lab9-till-t-b649fd3185508c9a6600dbe9eb13f5a5b0b6f8f9.zip | |
Prjoect complete.
Diffstat (limited to 'num3')
| -rw-r--r-- | num3/num3.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/num3/num3.cpp b/num3/num3.cpp index 16ac4a4..8719ec7 100644 --- a/num3/num3.cpp +++ b/num3/num3.cpp @@ -3,6 +3,7 @@ //Dec 3, 2021 + #include <iostream> #include <fstream> #include <stdio.h> |