From 20db1d689339feb1bf443eb87866645adf9af1e6 Mon Sep 17 00:00:00 2001 From: Pitchaya Boonsarngsuk Date: Wed, 19 Dec 2018 20:24:58 +0000 Subject: [PATCH] Hello World --- .idea/encodings.xml | 4 ++++ .idea/misc.xml | 6 ++++++ .idea/modules.xml | 8 ++++++++ .idea/tg-bot.iml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ src/entryPoint.php | 2 ++ 6 files changed, 34 insertions(+) create mode 100644 .idea/encodings.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/tg-bot.iml create mode 100644 .idea/vcs.xml create mode 100644 src/entryPoint.php diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 0000000..f13fa33 --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..ef004d1 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..9473814 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/tg-bot.iml b/.idea/tg-bot.iml new file mode 100644 index 0000000..bf4c9d3 --- /dev/null +++ b/.idea/tg-bot.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..9661ac7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/src/entryPoint.php b/src/entryPoint.php new file mode 100644 index 0000000..4eea49f --- /dev/null +++ b/src/entryPoint.php @@ -0,0 +1,2 @@ +