From c214850aaf8fcf13a322cb40031fec9be36940ae Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Thu, 15 Mar 2018 17:27:43 +0000 Subject: [PATCH 1/2] Added a basic Hello World program --- hello.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 hello.py diff --git a/hello.py b/hello.py new file mode 100644 index 00000000..f7cf60e1 --- /dev/null +++ b/hello.py @@ -0,0 +1 @@ +print("Hello, world!") From 2bbab89d9b7b8a3b1c0447238957ea9f915e3593 Mon Sep 17 00:00:00 2001 From: Jeremiah Boby Date: Thu, 15 Mar 2018 17:35:20 +0000 Subject: [PATCH 2/2] Add basic Discord bot --- bot.py | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 bot.py diff --git a/bot.py b/bot.py new file mode 100644 index 00000000..2b607b13 --- /dev/null +++ b/bot.py @@ -0,0 +1,16 @@ +# Somebody once told me the world is gonna roll me +# I ain't the sharpest tool in the shed +# She was looking kind of dumb with her finger and her thumb +# In the shape of an "L" on her forehead +# Well the years start coming and they don't stop coming +# Fed to the rules and I hit the ground running +# Didn't make sense not to live for fun +# Your brain gets smart but your head gets dumb +# So much to do, so much to see +# So what's wrong with taking the back streets? +# You'll never know if you don't go +# You'll never shine if you don't glow +# Hey now, you're an all-star, get your game on, go play +# Hey now, you're a rock star, get the show on, get paid +# And all that glitters is gold +# Only shooting stars break the mold