From f0343afef346fea070e55e85a634a249e7579c2f Mon Sep 17 00:00:00 2001 From: GunturAnanda <91457312+anandaguntur18@users.noreply.github.com> Date: Fri, 24 Dec 2021 15:45:22 +0700 Subject: [PATCH 1/8] Create readme.md --- worker/readme.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 worker/readme.md diff --git a/worker/readme.md b/worker/readme.md new file mode 100644 index 000000000..ebd59a496 --- /dev/null +++ b/worker/readme.md @@ -0,0 +1 @@ +echo "guntur" From 1a2c8f4cb6d3254070140d853b590707af46230a Mon Sep 17 00:00:00 2001 From: GunturAnanda <91457312+anandaguntur18@users.noreply.github.com> Date: Fri, 24 Dec 2021 15:46:24 +0700 Subject: [PATCH 2/8] Update readme.md --- worker/readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/worker/readme.md b/worker/readme.md index ebd59a496..7bba2d5f1 100644 --- a/worker/readme.md +++ b/worker/readme.md @@ -1 +1,2 @@ echo "guntur" +echo "pak eko" From 304e5933089cbaee4a8e2910d99612c95a9ca8fe Mon Sep 17 00:00:00 2001 From: GunturAnanda <91457312+anandaguntur18@users.noreply.github.com> Date: Fri, 24 Dec 2021 16:05:47 +0700 Subject: [PATCH 3/8] Update readme.md --- worker/readme.md | 1 - 1 file changed, 1 deletion(-) diff --git a/worker/readme.md b/worker/readme.md index 7bba2d5f1..ebd59a496 100644 --- a/worker/readme.md +++ b/worker/readme.md @@ -1,2 +1 @@ echo "guntur" -echo "pak eko" From 24495465fd55f1d12dbc5676e468e8049df23db3 Mon Sep 17 00:00:00 2001 From: GunturAnanda <91457312+anandaguntur18@users.noreply.github.com> Date: Fri, 24 Dec 2021 16:08:06 +0700 Subject: [PATCH 4/8] Update readme.md --- worker/readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/worker/readme.md b/worker/readme.md index ebd59a496..bc052a124 100644 --- a/worker/readme.md +++ b/worker/readme.md @@ -1 +1,2 @@ echo "guntur" +echo " " From aab2f55bc478fd60ed045205b0b73b069f38eb5c Mon Sep 17 00:00:00 2001 From: GunturAnanda <91457312+anandaguntur18@users.noreply.github.com> Date: Fri, 24 Dec 2021 16:12:31 +0700 Subject: [PATCH 5/8] Update readme.md --- worker/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/readme.md b/worker/readme.md index bc052a124..718bf82ff 100644 --- a/worker/readme.md +++ b/worker/readme.md @@ -1,2 +1,2 @@ echo "guntur" -echo " " +echo "pak eko " From 9c622f5f71389a1f25e09f8b420daddb0a19acda Mon Sep 17 00:00:00 2001 From: GunturAnanda <91457312+anandaguntur18@users.noreply.github.com> Date: Thu, 6 Jan 2022 10:07:49 +0700 Subject: [PATCH 6/8] Create test.txt --- test.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 test.txt diff --git a/test.txt b/test.txt new file mode 100644 index 000000000..557db03de --- /dev/null +++ b/test.txt @@ -0,0 +1 @@ +Hello World From 0f21aadada856528db040a16769e7c98e7ca9b0b Mon Sep 17 00:00:00 2001 From: GunturAnanda <91457312+anandaguntur18@users.noreply.github.com> Date: Thu, 6 Jan 2022 10:09:33 +0700 Subject: [PATCH 7/8] Update test.txt --- test.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test.txt b/test.txt index 557db03de..ef40a8d86 100644 --- a/test.txt +++ b/test.txt @@ -1 +1,2 @@ Hello World +cek From 639d491d03df99d2343380a86aa94fbb00e72438 Mon Sep 17 00:00:00 2001 From: Guntur Ananda Putra Date: Thu, 13 Jan 2022 00:12:34 +0700 Subject: [PATCH 8/8] added application info --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b8ad8a94a..e1240209f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ Example Voting App ========= +This is a sample voting app. + Getting started ---------------