From a88a907b3f517cbb6dcb386e7a96b2fe60d63c6c Mon Sep 17 00:00:00 2001 From: jakdurider <970707zzang@naver.com> Date: Mon, 23 Aug 2021 12:30:30 +0900 Subject: [PATCH] change --- test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.cpp b/test.cpp index a58419b..170df8e 100644 --- a/test.cpp +++ b/test.cpp @@ -1,6 +1,6 @@ #include int main(){ - cout << "I changed again with label" << endl; + cout << "I changed again with label!" << endl; return 0; }