[build] add newline for better reading
This commit is contained in:
parent
ccdc493808
commit
99441e9da5
@ -49,6 +49,7 @@ namespace nkg {
|
|||||||
u8_organization = cp_converter<-1, CP_UTF8>::convert(organization);
|
u8_organization = cp_converter<-1, CP_UTF8>::convert(organization);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
std::wcout << std::endl;
|
||||||
std::wcout << L"[*] Input request code in Base64: (Input empty line to end)" << std::endl;
|
std::wcout << L"[*] Input request code in Base64: (Input empty line to end)" << std::endl;
|
||||||
while (true) {
|
while (true) {
|
||||||
std::wstring s;
|
std::wstring s;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user