From 005ce9570b5f2ed0e0bca3a4638adefe7d7050a6 Mon Sep 17 00:00:00 2001 From: dodo Date: Thu, 8 Aug 2019 07:49:51 +0700 Subject: [PATCH] commit pertama --- hello.py | 2 ++ hello.sh | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 hello.py create mode 100644 hello.sh diff --git a/hello.py b/hello.py new file mode 100644 index 0000000..daa3c4a --- /dev/null +++ b/hello.py @@ -0,0 +1,2 @@ + +print("Hello world") diff --git a/hello.sh b/hello.sh new file mode 100644 index 0000000..a2a68f2 --- /dev/null +++ b/hello.sh @@ -0,0 +1,2 @@ + +echo "Hello world"