From 80562f3f73fcde7d34194619d40c5bdeb714b0fd Mon Sep 17 00:00:00 2001 From: AmanPathan Date: Mon, 17 Oct 2022 00:10:02 +0530 Subject: [PATCH] Added my script --- scripts/hello_world_AmanPathan.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 scripts/hello_world_AmanPathan.py diff --git a/scripts/hello_world_AmanPathan.py b/scripts/hello_world_AmanPathan.py new file mode 100644 index 000000000..39dff0a3e --- /dev/null +++ b/scripts/hello_world_AmanPathan.py @@ -0,0 +1,4 @@ +# LANGUAGE: Python +# AUTHOR: Aman Pathan +# GITHUB: https://github.com/AmanPathan +print("Hello World!") \ No newline at end of file