Skip to content

Commit

Permalink
chore: add a python example just for comparing
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Apr 4, 2024
1 parent 519ceb6 commit f6d3cef
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions 00-hello-world/main.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
"""
Just a sample program to show that the UTF-8 string
exists in other languages too. Here is python.
"""

if __name__ == "__main__":
print("سلام دنیا")

0 comments on commit f6d3cef

Please sign in to comment.