diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index fc7e027d68..f8872767b8 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -1,3 +1,8 @@ +#### Name: Umar Ali + - Place: Pakistan + - Bio: Coder + - GitHub: [UmarAli](https://github.com/umarali333) + #### Name: Vallenain - Place: Lyon, France - Bio: Software engineer. Graduated from INSA Lyon. @@ -2426,4 +2431,4 @@ Noida #### Name: [Ítalo Epifânio](https://github.com/itepifanio) - Place: Natal, Brazil - Bio: Web developer PHP and Python -- Github: [Ítalo Epifânio](https://github.com/itepifanio) \ No newline at end of file +- Github: [Ítalo Epifânio](https://github.com/itepifanio) diff --git a/profiles/umarAli.md b/profiles/umarAli.md new file mode 100644 index 0000000000..e08a085e48 --- /dev/null +++ b/profiles/umarAli.md @@ -0,0 +1,4 @@ +#### Name: Umar Ali + - Place: Pakistan + - Bio: Coder + - GitHub: [UmarAli](https://github.com/umarali333) diff --git a/scripts/helloUniverse.py b/scripts/helloUniverse.py new file mode 100644 index 0000000000..72097373bc --- /dev/null +++ b/scripts/helloUniverse.py @@ -0,0 +1,3 @@ +# START: +print(f"Hello Universe") +# END