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/
- Host: GitHub
- URL: https://github.com/martincostello/project-euler
- Owner: martincostello
- License: apache-2.0
- Created: 2015-12-14T14:25:08.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2024-05-01T10:08:21.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T20:42:44.257Z (almost 2 years ago)
- Topics: euler, project-euler
- Language: C#
- Homepage:
- Size: 1.92 MB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
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"