Call main()

Helps if you actually call the function doesn't it?
This commit is contained in:
2020-07-10 22:53:26 +01:00
committed by GitHub
parent c5459e772a
commit c02b08f4d0

View File

@@ -43,3 +43,4 @@ def main():
output = ipv4_to_ipv6(ipv4) output = ipv4_to_ipv6(ipv4)
print(output) print(output)
main()