diff options
| author | tylr <[email protected]> | 2021-12-07 00:47:03 -0800 |
|---|---|---|
| committer | tylr <[email protected]> | 2021-12-07 00:47:03 -0800 |
| commit | fb289cc22036eec4aff473ef39441c2194def6ad (patch) | |
| tree | 0e3ef99fc937f9e27446fddf459eb608dd8a637d /num2/num2.cpp | |
| parent | Num 4 in progress. (diff) | |
| download | archived-cst116-lab9-till-t-fb289cc22036eec4aff473ef39441c2194def6ad.tar.xz archived-cst116-lab9-till-t-fb289cc22036eec4aff473ef39441c2194def6ad.zip | |
Everything working but editing database.
Diffstat (limited to 'num2/num2.cpp')
| -rw-r--r-- | num2/num2.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/num2/num2.cpp b/num2/num2.cpp index 274acac..8b12e96 100644 --- a/num2/num2.cpp +++ b/num2/num2.cpp @@ -80,7 +80,6 @@ int main() } return 0; - } |