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

https://github.com/martincostello/project-euler

My solutions for problems on https://projecteuler.net/
https://github.com/martincostello/project-euler

euler project-euler

Last synced: 7 months ago
JSON representation

My solutions for problems on https://projecteuler.net/

Awesome Lists containing this project

README

          

# Project Euler

[![Build status][build-badge]][build-status]

## Overview

My solutions for [Project Euler][project-euler].

## Feedback

Any feedback or issues can be added to the issues for this project in [GitHub][issues].

## Repository

The repository is hosted in [GitHub][repo]:

## License

This project is licensed under the [Apache 2.0 license][license].

## Building and Testing

To build and test the puzzles run the following command:

```powershell
./build.ps1
```

[build-badge]: https://github.com/martincostello/project-euler/actions/workflows/build.yml/badge.svg?branch=main&event=push
[build-status]: https://github.com/martincostello/project-euler/actions/workflows/build.yml?query=branch%3Amain+event%3Apush "Continuous Integration for this project"
[issues]: https://github.com/martincostello/project-euler/issues "Issues for this project on GitHub.com"
[license]: https://www.apache.org/licenses/LICENSE-2.0.txt "The Apache 2.0 license"
[project-euler]: https://projecteuler.net/ "Project Euler website"
[repo]: https://github.com/martincostello/project-euler "This project on GitHub.com"