diff options
| -rw-r--r-- | BlankConsoleLab/cst116-lab2-wilson.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/BlankConsoleLab/cst116-lab2-wilson.cpp b/BlankConsoleLab/cst116-lab2-wilson.cpp index 2a8a4a7..2d29e7e 100644 --- a/BlankConsoleLab/cst116-lab2-wilson.cpp +++ b/BlankConsoleLab/cst116-lab2-wilson.cpp @@ -2,7 +2,6 @@ // Jacob Wilson, cst116, Lab2, 11-5-2022 #include <iostream> // cout, cin, endl -#include <iomanip> #include <stdio.h> // printf #include <math.h> // pow #include <cmath> // pow |