https://github.com/deromirneves/spoj-elixir
Solutions for SPOJ (international) problems using Elixir programming language.
https://github.com/deromirneves/spoj-elixir
competitions elixir elixir-examples elixir-lang elixir-programming-language spoj spoj-solutions
Last synced: about 2 months ago
JSON representation
Solutions for SPOJ (international) problems using Elixir programming language.
- Host: GitHub
- URL: https://github.com/deromirneves/spoj-elixir
- Owner: DeromirNeves
- Created: 2017-09-13T17:28:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-13T11:57:01.000Z (over 7 years ago)
- Last Synced: 2025-01-30T20:44:46.125Z (4 months ago)
- Topics: competitions, elixir, elixir-examples, elixir-lang, elixir-programming-language, spoj, spoj-solutions
- Language: Elixir
- Homepage:
- Size: 12.7 KB
- Stars: 3
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Environment
Tested with Elixir v1.5.1
## How to run
In order to run each individual solution, just access the correct directory and execute:
```
elixir solution.ex < in > out
```Then the respective output will be seen on the genereated _out_ file.