Merge pull request #118 from PotatoPuree/PotatoPuree/HelloWorld

Added myself to README.md and added HelloWorld.py
This commit is contained in:
Luke Oliff 2018-10-03 14:22:49 -07:00 committed by GitHub
commit 546a27cff3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -478,6 +478,10 @@ Please note that this project is released with a [Code of Conduct](CODE_OF_CONDU
- Currently learning the Rust programming language
- [![github-alt][github-img]](https://github.com/GuineaPiet)
### PotatoPuree
- Interactive Media MSc. student from Cork
- [![github-alt][github-img]](https://github.com/PotatoPuree)
### Pranav Singh
- Competitve Programmer
- Open Source Contributor

1
code/HelloWorld.py Normal file
View File

@ -0,0 +1 @@
print ("Hello World")