We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44b5b36 commit 62e3ceaCopy full SHA for 62e3cea
size.py
@@ -37,3 +37,7 @@ def main() -> None:
37
md5.update(fp.read())
38
size = os.stat(filename).st_size
39
print(f' {md5.hexdigest()} {size:8} {filename}')
40
+
41
42
+if __name__ == '__main__':
43
+ main()
0 commit comments