Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bloombar committed Nov 15, 2023
1 parent 44a9c60 commit 39809b3
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions temp.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Delete this file
'''
Delete this file. It's for testing.
'''

def main():
print("foo bar baz bum")
'''
The main function
'''
print("foo bar baz bum")

0 comments on commit 39809b3

Please sign in to comment.