Save your session key into .env
file in the root folder as below:
SESSION=abc...
Install NodeJS and its packages
npm install
Start solving problems
npm run start -- -d <day> -p <part> -y <year> -l <language>
Example:
npm run start -- -d 1 -p 1 -y 2019 -l python
- s : Using sample.txt as input
- i : Using input.txt as input
- u : Submit the most recent result
- 0 -> 9 : Select part
- c : Clear terminal
- q : Quit program
- x : Terminate solution
- Enter : Re-run solution
- h : Show helps
Need an installed runtime!
- Javascript
- Python
- Golang
- Java