- Fork the repository
- Choose a problem to convert in the issues list and assign it to yourself
- Create a branch for each challenge
- Duplicate an existing challenge
- Rename the folder (Note: Ensure that folder name matches the id of the challenge on Kattis)
- Use Hackerrank's DSL to code stub feature to generate.
- Update the files accordingly
- Open a pull request
Start by opening terminal in the respective folder. For example, if testing gasstation
:
cd gasstation
Get-Content input.txt | node stub.js > output.txt
node stub.js < input.txt > output.txt