Skip to content

Commit 1bf379e

Browse files
committed
add example python file for tests
1 parent 1ce5b7c commit 1bf379e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/clojure_python/example.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# python module to import for tests
2+
3+
def hello(s):
4+
"hello, " + s + " how are you."

0 commit comments

Comments
 (0)