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