From bda3b1569aa5498fe8f95a85d254db423f2d0345 Mon Sep 17 00:00:00 2001 From: hannah035 Date: Thu, 7 Dec 2023 19:58:19 +0800 Subject: [PATCH 1/3] add: cout hello world --- helloWorld.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloWorld.cpp b/helloWorld.cpp index fadef55..1a2f605 100644 --- a/helloWorld.cpp +++ b/helloWorld.cpp @@ -3,5 +3,5 @@ using namespace std; // Todo: 寫一個印出"Hello World"的程式 int main() { - return 0; + cout << "Hello World"; } From fec3de0603fad557646796ec459b2fd01b42e2c0 Mon Sep 17 00:00:00 2001 From: hannah035 Date: Thu, 7 Dec 2023 20:35:38 +0800 Subject: [PATCH 2/3] add~~~ --- helloWorld.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloWorld.cpp b/helloWorld.cpp index 1a2f605..f9d3282 100644 --- a/helloWorld.cpp +++ b/helloWorld.cpp @@ -3,5 +3,5 @@ using namespace std; // Todo: 寫一個印出"Hello World"的程式 int main() { - cout << "Hello World"; + cout << "Hello World~~~"; } From 239ae75731210d630b81934d2dfdf0b63b8568c8 Mon Sep 17 00:00:00 2001 From: hannah035 <153187968+hannah035@users.noreply.github.com> Date: Thu, 7 Dec 2023 20:44:05 +0800 Subject: [PATCH 3/3] more ~~~ --- helloWorld.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helloWorld.cpp b/helloWorld.cpp index f9d3282..008dc1c 100644 --- a/helloWorld.cpp +++ b/helloWorld.cpp @@ -3,5 +3,5 @@ using namespace std; // Todo: 寫一個印出"Hello World"的程式 int main() { - cout << "Hello World~~~"; + cout << "Hello World~~~~~~"; }