diff --git a/foo.py b/foo.py new file mode 100644 index 0000000..66332f6 --- /dev/null +++ b/foo.py @@ -0,0 +1,4 @@ +#!/bin/usr/python3 + +print('hello from python') +print('bar')