Skip to content

Commit

Permalink
Update index.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Gesugao-san authored Nov 2, 2023
1 parent 09f255d commit 6a2e5f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ def _main():
#

if __name__ == "__main__":
print("run")
print()
print('run', flush=True)
print('-'*10)

_main()

print()
print("stop")
print('-'*10)
print('stop')

SystemExit(0) # exit(0)

0 comments on commit 6a2e5f0

Please sign in to comment.