KarsusNeko hace 7 años
padre
commit
87ae0cc689
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      test.cpp

+ 1 - 0
test.cpp

@@ -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")