Initial commit

This commit is contained in:
Ben Shiller 2021-06-04 17:18:24 -05:00
commit f704a73e74
No known key found for this signature in database
GPG Key ID: DC46F01400846797
2 changed files with 14 additions and 0 deletions

11
26/pe26.go Normal file
View File

@ -0,0 +1,11 @@
package pe26
import (
"fmt"
)
func solve() {
for i := 1; i <= N; i++ {
}
}

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module shillerben.com/gitlab/shillerben/projecteuler
go 1.16