An open API service indexing awesome lists of open source software.

https://github.com/tnc1997/google-kick-start

Kick Start offers coders around the world the chance to develop and hone their programming skills through online-hosted competition rounds.
https://github.com/tnc1997/google-kick-start

google-kick-start

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://codingcompetitions.withgoogle.com/kickstart/faq#what-languages-and-libraries-are-supported-what-are-their-compilation-and-execution-lines) version of the [Dart SDK](https://dart.dev/tools/sdk/archive).
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.