https://github.com/hoshinotsuyoshi/euler-elm
https://github.com/hoshinotsuyoshi/euler-elm
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hoshinotsuyoshi/euler-elm
- Owner: hoshinotsuyoshi
- Created: 2020-06-21T01:01:37.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T10:52:37.000Z (over 2 years ago)
- Last Synced: 2025-03-25T04:13:26.528Z (3 months ago)
- Language: Elm
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Solve
```
$ ./node_modules/elm/bin/elm make src/Euler001.elm
Success!Euler001 ───> index.html
```## Answer
```
$ open index.html
```