Skip to content

Commit 68c7bc5

Browse files
committed
Update BluecoinsImportTool.cpp
[int main()] Added version number to be displayed in main menu.
1 parent a3a149f commit 68c7bc5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

BluecoinsImportTool.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ int main() {
1717
readFile();
1818
}
1919

20+
cout << "Bluecoins Import Tool v1.1 by KwongTN" << endl;
21+
2022
cout << endl;
2123
cout << "Json file path: \"" << jsonFilename << "\"" << endl;
2224
cout << "Output file path: \"" << outFilename << "\"" << endl;

0 commit comments

Comments
 (0)