https://github.com/loggerhead/hackerrank_solutions
My solutions of hackerrank
https://github.com/loggerhead/hackerrank_solutions
Last synced: 4 months ago
JSON representation
My solutions of hackerrank
- Host: GitHub
- URL: https://github.com/loggerhead/hackerrank_solutions
- Owner: loggerhead
- Created: 2015-08-30T01:15:55.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-20T09:47:16.000Z (over 9 years ago)
- Last Synced: 2025-01-26T06:09:05.709Z (5 months ago)
- Language: Erlang
- Size: 227 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The problem link is
# Run
# Erlang
Hankerrank has some problems about time measure on erlang, so there has some solutions not included in this repo.```shell
# file name must same as module name
ln -f FILENAME.erl solution.erl
# compile, run `solution:main()` and wait input from stdin
erlc solution.erl && cat | erl -noshell -s solution main
# press `CTRL+D` to enter EOF for ending input
```