@@ -8,6 +8,7 @@ int main()
string cmd;
cout << "test line end format!" << endl;
+ std::cout << "test" << std::endl;
while (cin >> cmd)
{
if (cmd == "quit")