From 21c68cff94b7e9556688a1f9ac7f3a75ca0171e3 Mon Sep 17 00:00:00 2001 From: umarali333 <116510479+umarali333@users.noreply.github.com> Date: Mon, 24 Oct 2022 12:43:16 +0530 Subject: [PATCH 1/3] Update CONTRIBUTORS.md --- CONTRIBUTORS.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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) From f401b62e665458e0650c3e252af92e37f900c3b1 Mon Sep 17 00:00:00 2001 From: umarali333 <116510479+umarali333@users.noreply.github.com> Date: Mon, 24 Oct 2022 12:45:09 +0530 Subject: [PATCH 2/3] Create umarAli.md --- profiles/umarAli.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 profiles/umarAli.md 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) From d2b24f4efbb838c2d18d05384dadfc0c5567759c Mon Sep 17 00:00:00 2001 From: umarali333 <116510479+umarali333@users.noreply.github.com> Date: Mon, 24 Oct 2022 12:46:34 +0530 Subject: [PATCH 3/3] Create helloUniverse.py --- scripts/helloUniverse.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 scripts/helloUniverse.py 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