Skip to content

Commit

Permalink
Merge pull request YearOfProgramming#140 from slansford/master
Browse files Browse the repository at this point in the history
Challenge 0 in Python
  • Loading branch information
Remillardj committed Jan 3, 2017
2 parents 6c5a82a + 8a7ec58 commit dbcee43
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions challenge_0/python/slansford/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#Prints Hello World!
#Looking forward to these challenges!
3 changes: 3 additions & 0 deletions challenge_0/python/slansford/src/challenge_0.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#prints Hello World!

print("Hello World!")

0 comments on commit dbcee43

Please sign in to comment.