Refactor #1

Merged
luketainton merged 3 commits from luketainton-patch-1 into master 2021-02-19 20:25:42 +00:00
Showing only changes of commit c02b08f4d0 - Show all commits

View File

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