From 53a18e3ebc0455166031a8b7aa958825b86a307c Mon Sep 17 00:00:00 2001 From: ruki Date: Tue, 2 Apr 2024 00:58:40 +0800 Subject: format tests and templates --- tests/projects/c++/console/src/main.cpp | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'tests/projects/c++/console/src/main.cpp') diff --git a/tests/projects/c++/console/src/main.cpp b/tests/projects/c++/console/src/main.cpp index db2361659..7c775d288 100644 --- a/tests/projects/c++/console/src/main.cpp +++ b/tests/projects/c++/console/src/main.cpp @@ -1,9 +1,6 @@ #include -using namespace std; - -int main(int argc, char** argv) -{ - cout << "hello world!" << endl; +int main(int argc, char** argv) { + std::cout << "hello world!" << std::endl; return 0; } -- cgit v1.3.1