https://github.com/willfurnass/projeulergo
Project Euler solutions in Go
https://github.com/willfurnass/projeulergo
go projecteuler
Last synced: 3 months ago
JSON representation
Project Euler solutions in Go
- Host: GitHub
- URL: https://github.com/willfurnass/projeulergo
- Owner: willfurnass
- License: bsd-3-clause
- Created: 2022-08-04T17:12:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-06-09T19:01:15.000Z (7 months ago)
- Last Synced: 2025-06-09T20:18:56.791Z (7 months ago)
- Topics: go, projecteuler
- Language: Go
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# projeulergo
[![ci status][ci-status-badge]][ci-status] [![Go Report Card][goreportcard-badge]][goreportcard]
[Project Euler][projeuler] solutions in [Go][go].
NB problems 18 and 21 skipped.
## Testing
To run all acceptance and unit tests:
```sh
go test -v ./...
```
[projeuler]: https://projecteuler.net/
[go]: https://go.dev/
[ci-status-badge]: https://github.com/willfurnass/projeulergo/actions/workflows/build-and-test.yml/badge.svg
[ci-status]: https://github.com/willfurnass/projeulergo/actions/workflows/build-and-test.yml
[goreportcard-badge]: https://goreportcard.com/badge/github.com/willfurnass/projeulergo
[goreportcard]: https://goreportcard.com/report/github.com/willfurnass/projeulergo