Skip to content

ianShifrin/hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

hello-world

A test project to get used to git

My Badge

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 💌

code examples

   print("Hello World")
   console.log("Hello World")
x = 10
for i in range(9):
    print(x)
    x -= 1

About

A test project to get used to git

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages