diff options
| author | Andrei F <[email protected]> | 2022-11-30 17:59:49 -0800 |
|---|---|---|
| committer | Andrei F <[email protected]> | 2022-11-30 17:59:49 -0800 |
| commit | f55342cd058435668c40e22f129c35a07b0708ad (patch) | |
| tree | da34210533980b29f981291af2b4818a2a5be243 /Lab3 | |
| parent | 9th commit (diff) | |
| download | cst116-lab3-florea-master.tar.xz cst116-lab3-florea-master.zip | |
Diffstat (limited to 'Lab3')
| -rw-r--r-- | Lab3/CST116-Lab3-Florea.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lab3/CST116-Lab3-Florea.cpp b/Lab3/CST116-Lab3-Florea.cpp index fbe6182..4a1355f 100644 --- a/Lab3/CST116-Lab3-Florea.cpp +++ b/Lab3/CST116-Lab3-Florea.cpp @@ -17,6 +17,7 @@ void getFileName(string&); void readData(fstream&, int[], int[], int[], int[], float[], float[], float[], float[], float[]); void displayData(int[], int[], int[], int[], float[], float[], float[], float[], float[], int); + int main() { // Create and initiate most variables, this is where the main function of code runs |