cryptopals/tests/template.py

5 lines
60 B
Python

def main():
pass
if __name__ == '__main__':
main()