Rename the folders.

This commit is contained in:
2021-10-31 00:06:55 +02:00
parent 7fa280187b
commit 3c7bf475bb
5 changed files with 1 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
from utils.Url import Url
def main():
solution = 2 ** 38
builder = Url()
builder.solution = solution
print(builder.url)
if __name__ == '__main__':
main()