https://github.com/foreverbell/project-euler-solutions
Project Euler solutions in Haskell.
https://github.com/foreverbell/project-euler-solutions
haskell project-euler
Last synced: about 1 month ago
JSON representation
Project Euler solutions in Haskell.
- Host: GitHub
- URL: https://github.com/foreverbell/project-euler-solutions
- Owner: foreverbell
- License: bsd-3-clause
- Created: 2014-07-06T02:53:44.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2020-02-15T15:21:16.000Z (almost 6 years ago)
- Last Synced: 2025-04-13T19:04:42.379Z (10 months ago)
- Topics: haskell, project-euler
- Language: Haskell
- Homepage: http://projecteuler.net
- Size: 343 KB
- Stars: 17
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# project-euler-solutions
## WARNING! SPOILER ALERT!
Please, do **NOT** refer to these codes before you fully solve your problem. Copying others code is cheating and it is meaningless.
## Description
My solutions to Project Euler in Haskell.
Handle: [foreverbell](https://projecteuler.net/profile/foreverbell.png), friend key: 658700_e467bf8d1b99d40348ddabe8736a5ce2.
## Build
Two ways to build one solution.
### Makefile
```sh
$ make 42
$ Build/42
```
If ghc is complaining about missing packages, see `project-euler-solutions.cabal.in` and `configure` for more details.
### stack
```sh
./configure 42
stack init
stack build
stack exec 42
```
## License
BSD3