Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 297 Bytes

File metadata and controls

16 lines (11 loc) · 297 Bytes

hackerrack.com

Solutions for problems on hackerrank.com, manually copy/pasted into a big automake project.

All authored by J. Rick Ramstetter

To build:

git clone https://github.com/ut3/hackerrack.com/
cd hackerrank.com
autoreconf --install
./configure
make

To clean:

git clean -f -d