summaryrefslogtreecommitdiff
path: root/Lab3
diff options
context:
space:
mode:
authorAndrei F <[email protected]>2022-11-30 17:59:49 -0800
committerAndrei F <[email protected]>2022-11-30 17:59:49 -0800
commitf55342cd058435668c40e22f129c35a07b0708ad (patch)
treeda34210533980b29f981291af2b4818a2a5be243 /Lab3
parent9th commit (diff)
downloadcst116-lab3-florea-master.tar.xz
cst116-lab3-florea-master.zip
10th commitHEADmaster
Diffstat (limited to 'Lab3')
-rw-r--r--Lab3/CST116-Lab3-Florea.cpp1
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