Update script

This commit is contained in:
Chuck Smith 2025-02-08 15:26:24 -05:00
parent 8eb0495102
commit a675a568c5
2 changed files with 1 additions and 3 deletions

2
.gitignore vendored
View File

@ -169,4 +169,4 @@ tags
# End of https://www.gitignore.io/api/linux,visualstudiocode,jetbrains+all,sublimetext,vim
src/alphabetical.py
./src/alphabetical.py

View File

@ -38,7 +38,5 @@ def main():
with open('README.md', 'w') as file:
file.writelines(sorted_lines)
# print(f"Sorted lists under headers at lines: {header_indices}")
if __name__ == "__main__":
main()