Skip to content

Commit

Permalink
Update crickroll.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Bare head authored Jul 17, 2021
1 parent 834c130 commit 00e946f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src-py/crickroll.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from os import system
from platform import system as os_name

from commonvariables import *
from PublicVariables import *


# Token types
Expand Down Expand Up @@ -306,4 +306,4 @@ def run_in_cpp(src_file_name):
system(f'g++ {f_name + ".cpp"} -o {exe_file}')
system(f'./{exe_file}')



0 comments on commit 00e946f

Please sign in to comment.