KarsusNeko 7 年之前
父節點
當前提交
87ae0cc689
共有 1 個文件被更改,包括 1 次插入0 次删除
  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")