Skip to content

Commit 5cd0d1d

Browse files
committed
added hello.py to demonstrate how python files can live happily alongside C++
1 parent 4882fe0 commit 5cd0d1d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/python_cpp_example/hello.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
2+
def say_hello():
3+
print("Hello world!")

0 commit comments

Comments
 (0)