Skip to content

Commit

Permalink
improved template
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanExtreme002 committed Apr 23, 2024
1 parent ecbddd4 commit 56da488
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fastsnake/application/contest.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def start_contest(
for problem in config["problems"]:
with open(os.path.join(config["solutions_namespace"], problem.upper() + ".py"), "w") as file:
file.write("# Solution for problem " + problem + "\n\n")
file.write("# [START STEP COUNTER]\n\n")
file.write("# from fastsnake.algorithms.something import *\n")
file.write("# from fastsnake.structures.something import *\n")
file.write("# from fastsnake.external.your_external_module import *\n")
Expand Down

0 comments on commit 56da488

Please sign in to comment.