Skip to content

Commit 111f8b5

Browse files
committed
Add temporary comment
1 parent ba1b3a5 commit 111f8b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/analyze_solution.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ class AnalyzeSolution
66
def call
77
code_to_analyze = File.read(path / FILENAMES[exercise_slug])
88

9+
p "Analysing #{exercise_slug}"
910
classified_exercise = exercise_slug.tr('-', '_').classify
1011
results = "#{classified_exercise}::Analyze".constantize.(code_to_analyze)
1112

0 commit comments

Comments
 (0)