We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbe3145 commit e32032bCopy full SHA for e32032b
3.go
@@ -0,0 +1,10 @@
1
+package main
2
+
3
+import "fmt"
4
+import "./utils"
5
6
+func main() {
7
+ num := 600851475143
8
+ f := utils.PrimeFactors(num)
9
+ fmt.Println(f[len(f)-1])
10
+}
0 commit comments