Skip to content

Commit

Permalink
Merge branch 'feature-export'
Browse files Browse the repository at this point in the history
  • Loading branch information
adiultra committed Jun 2, 2016
2 parents 2f2868c + 4f32f4c commit 7bcdd81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions export.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,7 @@ void Export(List Array[20], int _arrayLindex){
file << endl;
}

cout << "File exported to : " << fname << " successfully :)" << endl;

file.close();
}

0 comments on commit 7bcdd81

Please sign in to comment.