From 93cb41b62d008e29f3aa03fd7943fbbce81f1456 Mon Sep 17 00:00:00 2001 From: Rohan Zanjal Date: Thu, 1 Oct 2020 00:27:35 +0530 Subject: [PATCH] hello world program by python --- functional_programming/introduction/hello_world_by_python.clj | 1 + 1 file changed, 1 insertion(+) create mode 100644 functional_programming/introduction/hello_world_by_python.clj diff --git a/functional_programming/introduction/hello_world_by_python.clj b/functional_programming/introduction/hello_world_by_python.clj new file mode 100644 index 0000000..8e23576 --- /dev/null +++ b/functional_programming/introduction/hello_world_by_python.clj @@ -0,0 +1 @@ +print("Hello World") \ No newline at end of file