From 4bff90dc28b431e52ea67ea74431a4465c01fc2a Mon Sep 17 00:00:00 2001 From: pxchen1992 <110397543+pxchen1992@users.noreply.github.com> Date: Wed, 3 May 2023 22:02:14 +1000 Subject: [PATCH 1/2] Create test --- test | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test diff --git a/test b/test new file mode 100644 index 0000000..6db755d --- /dev/null +++ b/test @@ -0,0 +1,3 @@ +function dev(){ + alert("hello world"); +} From d0de68aed0297ad5b3ffd2e70e903a14de3ce1f5 Mon Sep 17 00:00:00 2001 From: pxchen1992 <110397543+pxchen1992@users.noreply.github.com> Date: Sun, 7 May 2023 14:00:27 +1000 Subject: [PATCH 2/2] Update test --- test | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test b/test index 6db755d..27e10c0 100644 --- a/test +++ b/test @@ -1,3 +1,6 @@ function dev(){ alert("hello world"); } + + +hello from 07 may