diff options
Diffstat (limited to 'Lab3/CST116-Lab3-Florea.cpp')
| -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 |