Skip to content

Commit e32032b

Browse files
author
Rafal Gajdulewicz
committed
3 solved
1 parent fbe3145 commit e32032b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

3.go

+10
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)