From 3697d075f5393498b22813a2ffd44452edb129c5 Mon Sep 17 00:00:00 2001 From: "sm62812@gmail.com" Date: Fri, 17 Feb 2023 11:34:58 -0800 Subject: [PATCH 1/3] created error --- man.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/man.cpp b/man.cpp index e45a359..4c7fe6d 100644 --- a/man.cpp +++ b/man.cpp @@ -4,5 +4,4 @@ using namespace std; int main() { cout << "Hello world!"; - return 0; -} \ No newline at end of file + return 0;} \ No newline at end of file From ea267c25b5b628cc86184c714fd03485b49b2ad8 Mon Sep 17 00:00:00 2001 From: "sm62812@gmail.com" Date: Fri, 17 Feb 2023 11:38:28 -0800 Subject: [PATCH 2/3] created error --- man.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/man.cpp b/man.cpp index 4c7fe6d..bfe9788 100644 --- a/man.cpp +++ b/man.cpp @@ -1,7 +1,6 @@ #include "iostream" using namespace std; // -int main() -{ +int main(){ cout << "Hello world!"; return 0;} \ No newline at end of file From 03e8f9dc77228647e87c4a6685482187e5620bf4 Mon Sep 17 00:00:00 2001 From: "sm62812@gmail.com" Date: Fri, 17 Feb 2023 11:39:38 -0800 Subject: [PATCH 3/3] created error --- man.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/man.cpp b/man.cpp index bfe9788..0b12850 100644 --- a/man.cpp +++ b/man.cpp @@ -1,6 +1,8 @@ #include "iostream" using namespace std; // -int main(){ +int main() +{ cout << "Hello world!"; - return 0;} \ No newline at end of file + return 0 +} \ No newline at end of file