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.
- Host: GitHub
- URL: https://github.com/tnc1997/google-kick-start
- Owner: tnc1997
- License: mit
- Created: 2020-03-22T07:43:32.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-10-15T15:14:33.000Z (over 2 years ago)
- Last Synced: 2025-01-07T22:41:19.937Z (5 months ago)
- Topics: google-kick-start
- Language: Dart
- Homepage:
- Size: 75.2 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.