diff --git a/Contributors.md b/Contributors.md index fbdf16a..bcdebb3 100644 --- a/Contributors.md +++ b/Contributors.md @@ -24,4 +24,9 @@ #### Name: [Ian Kahwai](https://github.com/skyridertk) - Place: Harare, Harare, Zimbabwe - Bio: I'm a software developer based in Zimbabwe -- GitHub: [skyridertk](https://github.com/skyridertk) \ No newline at end of file +- GitHub: [skyridertk](https://github.com/skyridertk) + +#### Name: [Anthony Tambash](https://github.comm/ajtambash) +- Place: Cincinnati, OH +- Bio: I'm teaching myself, sloppily, how to code. +- GitHub: [ajtambash](https://github.com/ajtambash) \ No newline at end of file diff --git a/scripts/hello_py_ajtambash.py b/scripts/hello_py_ajtambash.py new file mode 100644 index 0000000..449586d --- /dev/null +++ b/scripts/hello_py_ajtambash.py @@ -0,0 +1 @@ +print("hello, world~") \ No newline at end of file