Skip to content

Commit

Permalink
make it clearer where book.txt comes from
Browse files Browse the repository at this point in the history
  • Loading branch information
bast committed Oct 23, 2024
1 parent 834b505 commit add9c22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions content/profiling.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ def count_unique_words3(file_path: str) -> int:


def main():
# book.txt is downloaded from https://www.gutenberg.org/cache/epub/2600/pg2600.txt
_result = count_unique_words1("book.txt")
_result = count_unique_words2("book.txt")
_result = count_unique_words3("book.txt")
Expand Down

0 comments on commit add9c22

Please sign in to comment.