A test project to get used to git
I am constantly trying to learn and share my learning, and so I chose to learn all about git and github.
bold
italics
== highlight == does not work?
don't quote me on that.
- list
- items
- outer
- inner
- two
horizontal rule
emojis 🐕🦺
Note
Dogs are awesome . .. please remember this.
🏒 I like to check out the scores
Important
sometimes it is good to tell people something is important.
Warning
I have nothing to alert you to.
Tip
Show others love 💌
print("Hello World")
console.log("Hello World")
x = 10
for i in range(9):
print(x)
x -= 1