https://github.com/andreogle/elixir-euler
My attempts at solving Project Euler problems while trying to learn Elixir
https://github.com/andreogle/elixir-euler
Last synced: about 1 year ago
JSON representation
My attempts at solving Project Euler problems while trying to learn Elixir
- Host: GitHub
- URL: https://github.com/andreogle/elixir-euler
- Owner: andreogle
- License: mit
- Created: 2016-03-01T13:51:52.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-01T15:52:45.000Z (over 10 years ago)
- Last Synced: 2025-01-13T04:13:38.256Z (over 1 year ago)
- Language: Elixir
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Euler
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
1. Add euler to your list of dependencies in `mix.exs`:
def deps do
[{:euler, "~> 0.0.1"}]
end
2. Ensure euler is started before your application:
def application do
[applications: [:euler]]
end