diff --git a/README.md b/README.md index 37f2fc3..9763d89 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/code/HelloWorld.py b/code/HelloWorld.py new file mode 100644 index 0000000..40cdeb7 --- /dev/null +++ b/code/HelloWorld.py @@ -0,0 +1 @@ +print ("Hello World")