[build] add newline for better reading

This commit is contained in:
Double Sine 2022-02-09 14:46:12 +08:00
parent ccdc493808
commit 99441e9da5
No known key found for this signature in database
GPG Key ID: 44460E4F43EA8633

View File

@ -49,6 +49,7 @@ namespace nkg {
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;
while (true) {
std::wstring s;