An open API service indexing awesome lists of open source software.

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

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