For example:
Write your code in /src/index.js.
All test cases are designed to be error-free, so you do not need to handle invalid input.
- Install Node.js 20 or newer
- Fork this repository: https://github.com/Shastel/rsapp-task-template
- Clone your newly created repo: https://github.com/<%your_github_username%>/<%TASK_NAME%>/
- Go to the
<%TASK_NAME%>folder - Install dependencies with
npm install - Run
npm testin the command line - Make sure all tests pass before you submit
Submit to rs app
- Open rs app and log in
- Go to the task submission page for your current course
- Select your task (
<%TASK_NAME%>) - Press the submit button
- This template targets Node.js 20 or newer.
- Each test case is limited to 30 seconds.