From bda3b1569aa5498fe8f95a85d254db423f2d0345 Mon Sep 17 00:00:00 2001 From: hannah035 Date: Thu, 7 Dec 2023 19:58:19 +0800 Subject: [PATCH 1/4] 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/4] 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/4] 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~~~~~~"; } From 79b1fdaa4aebb0f18c2c2ec69e2c77f19c7b78d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=95=AD=E7=BF=8A=E7=92=87?= <153187968+hannah035@users.noreply.github.com> Date: Tue, 9 Jul 2024 12:56:32 +0800 Subject: [PATCH 4/4] Create README.md describe --- README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9daeafb --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +test