/google-kick-start

Kick Start offers coders around the world the chance to develop and hone their programming skills through online-hosted competition rounds.

Primary LanguageDartMIT LicenseMIT

Google Kick Start

Kick Start offers coders around the world the chance to develop and hone their programming skills through online-hosted competition rounds.

Getting Started

  1. Download a supported version of the Dart SDK.
  2. Add the Dart SDK to your PATH environment variable.
  3. Open a problem folder in your terminal of choice.
  4. Run pub get to install the dependencies.
  5. Change directory into the bin directory.
  6. Run dart xyz.dart to run the program.
  7. Provide appropriate input as per the README.
  8. Observe that the actual output is expected.