Skip to content

Commit

Permalink
Merge pull request #5 from Vmaibex/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
Vmaibex authored Sep 26, 2024
2 parents 5afe047 + 48a8d5b commit 288d1b3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,13 @@ def main():
print("HELLO WORLD")


def hello():
pass


def world():
pass


if __name__ == '__main__':
main()

0 comments on commit 288d1b3

Please sign in to comment.