Change shebang line

This commit is contained in:
daviddoji 2021-05-20 21:42:43 +02:00
parent 92d50ee65a
commit ad69c8424a

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3 #!/usr/bin/env python3
""" """
Creation of templates for the problems of Project Euler Creation of templates for the problems of Project Euler
""" """