Kick Start offers coders around the world the chance to develop and hone their programming skills through online-hosted competition rounds.
- Download a supported version of the Dart SDK.
- Add the Dart SDK to your PATH environment variable.
- Open a problem folder in your terminal of choice.
- Run
pub get
to install the dependencies. - Change directory into the
bin
directory. - Run
dart xyz.dart
to run the program. - Provide appropriate input as per the README.
- Observe that the actual output is expected.