Skip to content

Commit

Permalink
Fix provided functions in example and slug files
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrien-LUDWIG committed Oct 30, 2023
1 parent 2e0fa99 commit 2e7fdc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/racket_exercise_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ def create_example_and_solution_files(exercise_name, func_name_dict):
(provide {0})
""".format(
func_name_dict.keys()
"".join(func_name_dict.keys())
)

# For each function-parameters pairing, add the requisite function
Expand Down

0 comments on commit 2e7fdc2

Please sign in to comment.