From f55342cd058435668c40e22f129c35a07b0708ad Mon Sep 17 00:00:00 2001 From: Andrei F Date: Wed, 30 Nov 2022 17:59:49 -0800 Subject: 10th commit --- Lab3/CST116-Lab3-Florea.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'Lab3/CST116-Lab3-Florea.cpp') 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 -- cgit v1.2.3