diff options
| author | jacobdw22 <[email protected]> | 2022-11-05 17:39:13 -0700 |
|---|---|---|
| committer | jacobdw22 <[email protected]> | 2022-11-05 17:39:13 -0700 |
| commit | 43f04cf9b1862fc663426cc3f26f318f3b85f739 (patch) | |
| tree | defb4eb8454d0385bd3900bf7b6603e040a32be8 | |
| parent | Final Changes (diff) | |
| download | cst116-lab2-jacobdw22-43f04cf9b1862fc663426cc3f26f318f3b85f739.tar.xz cst116-lab2-jacobdw22-43f04cf9b1862fc663426cc3f26f318f3b85f739.zip | |
Final Final Changes
| -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 |