Skip to content

Commit

Permalink
update: test cppcheck action4
Browse files Browse the repository at this point in the history
  • Loading branch information
kuchune committed Jun 4, 2024
1 parent 4ed8d9b commit 9c6195c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hello.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include <iostream>
using namespace std;
// using namespace std;
int main(){
cout <<"Hello World!\n"
return 0;

Check warning on line 5 in hello.cpp

View workflow job for this annotation

GitHub Actions / cppcheck

syntax error: "Hello World!\n" return
Expand Down

0 comments on commit 9c6195c

Please sign in to comment.