diff options
| author | Abdullah Havaldar <[email protected]> | 2022-11-29 17:45:08 -0800 |
|---|---|---|
| committer | Abdullah Havaldar <[email protected]> | 2022-11-29 17:45:08 -0800 |
| commit | 967e341515d5b65a5fb3cc1e0b07a9bb464ab6ea (patch) | |
| tree | 7a8bef1e585d5b0e002ad24636d3359d260fbfc2 /BlankConsoleLab | |
| parent | formatting output (diff) | |
| download | cst116-lab3-abd00l4h-967e341515d5b65a5fb3cc1e0b07a9bb464ab6ea.tar.xz cst116-lab3-abd00l4h-967e341515d5b65a5fb3cc1e0b07a9bb464ab6ea.zip | |
comment 1
Diffstat (limited to 'BlankConsoleLab')
| -rw-r--r-- | BlankConsoleLab/CST116-Lab3-Havaldar.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/BlankConsoleLab/CST116-Lab3-Havaldar.cpp b/BlankConsoleLab/CST116-Lab3-Havaldar.cpp index df214a3..d6dec16 100644 --- a/BlankConsoleLab/CST116-Lab3-Havaldar.cpp +++ b/BlankConsoleLab/CST116-Lab3-Havaldar.cpp @@ -1,6 +1,4 @@ -// BlankConsoleLab.cpp : This file contains the 'main' function. Program execution begins and ends there. -// - +//precompiler directives #include <iostream> #include <iomanip> #include <fstream> |