From 9c6195ce3f41dfd21f0dc52e9abcd7c013e4171c Mon Sep 17 00:00:00 2001 From: kuchune Date: Tue, 4 Jun 2024 11:47:51 +0800 Subject: [PATCH] update: test cppcheck action4 --- hello.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hello.cpp b/hello.cpp index c4fe0e6..ee61126 100644 --- a/hello.cpp +++ b/hello.cpp @@ -1,5 +1,5 @@ #include -using namespace std; +// using namespace std; int main(){ cout <<"Hello World!\n" return 0;