From 0e45ffec6ba5dcbeff962dbf0eac381cf13318c7 Mon Sep 17 00:00:00 2001 From: minseokH Date: Fri, 22 Mar 2024 12:47:05 +0900 Subject: [PATCH 1/2] assign --- hello.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hello.cpp b/hello.cpp index 1525f52..32d489b 100644 --- a/hello.cpp +++ b/hello.cpp @@ -1,11 +1,11 @@ #include - +ii using namespace std; int main(){ cout<<"Hello World!"< Date: Fri, 22 Mar 2024 12:53:20 +0900 Subject: [PATCH 2/2] Update hello.cpp --- hello.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.cpp b/hello.cpp index 32d489b..6aa2d01 100644 --- a/hello.cpp +++ b/hello.cpp @@ -1,5 +1,5 @@ #include -ii + using namespace std; int main(){