mirror of
https://github.com/PurpleI2P/i2pd-tools.git
synced 2025-01-22 13:27:17 +01:00
Output formatting
This commit is contained in:
parent
95da1e3c30
commit
38f85d3cad
|
@ -72,6 +72,7 @@ int main(int argc, char * argv[])
|
|||
std::cout << "\nPrivateKey: ";
|
||||
for (int i = 0; b64Private[i] != 0; ++i)
|
||||
std::cout << b64Private[i];
|
||||
std::cout << std::endl;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue