Skip to content

Commit e7d478c

Browse files
committed
minor modifications
1 parent 4be0cf5 commit e7d478c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

dist/test_cases/solution.exe

0 Bytes
Binary file not shown.

dist/test_cases/solution.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ def reverse_words(s: str) -> str:
1313

1414
# Example usage
1515
# Provide the test case number and function name
16-
run_test_case(2, reverse_words)
16+
run_test_case(3, reverse_words)

0 commit comments

Comments
 (0)