mirror of
https://github.com/PurpleI2P/i2pd-tools.git
synced 2025-02-02 02:54:02 +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: ";
|
std::cout << "\nPrivateKey: ";
|
||||||
for (int i = 0; b64Private[i] != 0; ++i)
|
for (int i = 0; b64Private[i] != 0; ++i)
|
||||||
std::cout << b64Private[i];
|
std::cout << b64Private[i];
|
||||||
|
std::cout << std::endl;
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue