Skip to content

Commit

Permalink
chore: make some minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pplmx committed Aug 17, 2024
1 parent 6652c4b commit 7a795ab
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
#!/usr/bin/env python

if __name__ == '__main__':
print('hello, world')
if __name__ == "__main__":
print("hello, world")

0 comments on commit 7a795ab

Please sign in to comment.