https://github.com/ghostsquad/go-euler
Project Euler Problems solved in GoLang
https://github.com/ghostsquad/go-euler
Last synced: 10 months ago
JSON representation
Project Euler Problems solved in GoLang
- Host: GitHub
- URL: https://github.com/ghostsquad/go-euler
- Owner: ghostsquad
- Created: 2018-01-23T02:52:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-29T15:34:21.000Z (about 7 years ago)
- Last Synced: 2025-03-09T00:45:53.450Z (about 1 year ago)
- Language: Go
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GoEuler
Project Euler Problems solved in GoLang
```
go generate ./...
go run main.go
```