Arthurskydev.Templates.KickstartTemplate 1.3.0

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet new install Arthurskydev.Templates.KickstartTemplate::1.3.0
This package contains a .NET Template Package you can call from the shell/command line.

C# Project Template for Google Kickstart

This template can be used to quicky spin up a project with some prepared code to process the input and output the results in Google Kickstart Challgenges.

Installation

To install the template simply run following command in your terminal dotnet new --install Arthurskydev.Templates.KickstartTemplate

To instantiate a project simply run dotnet new kickstart -n "Problem Name"

Usage

Getting input

In this line, pass a function that will parse the test case and return it as your desired datatype var input = Input.Get<int>(() => int.Parse(Console.ReadLine()));

To output a result use the Outputter class

var outputter = new Outputter();
outputter.Add("The result will be prefixed with \"Case #:\" and the Outputter will track the case count!")
  • .NETStandard 2.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated