From 98b0d9b65eab6788798c77692a0af2c0fa484059 Mon Sep 17 00:00:00 2001 From: Sheldon Lee Date: Mon, 20 Jun 2022 00:39:36 +0800 Subject: [PATCH] initial commit. --- README.md | 2 ++ main.py | 1 + 2 files changed, 3 insertions(+) create mode 100644 README.md create mode 100644 main.py diff --git a/README.md b/README.md new file mode 100644 index 0000000..e07808e --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# Eleetronics +- yes diff --git a/main.py b/main.py new file mode 100644 index 0000000..b993c9a --- /dev/null +++ b/main.py @@ -0,0 +1 @@ +print("ElEeTrOnIcS")