Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chriskrycho/euler-elixir
Project Euler solutions in Elixir
https://github.com/chriskrycho/euler-elixir
Last synced: about 2 hours ago
JSON representation
Project Euler solutions in Elixir
- Host: GitHub
- URL: https://github.com/chriskrycho/euler-elixir
- Owner: chriskrycho
- License: mit
- Created: 2015-05-06T00:34:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-09T16:42:06.000Z (over 9 years ago)
- Last Synced: 2024-10-28T15:56:59.513Z (16 days ago)
- Language: Elixir
- Size: 137 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Euler in Elixir
My Project Euler solutions in Elixir.
You can look at these to your heart's content, but note well:
1. I am using these to learn Elixir, and therefore make no promise that
they're any kind of good at all.2. If you use these as answers, you'll short-circuit the actual value of doing
Project Euler. Look at them *after* you do your own.