/AtCoder

Primary LanguagePython

AtCoder

Template

Template is forked from https://github.com/VeyronSakai/AtCoder.Template

Requirements

  • .NET 7 SDK

Csproj generation for a problem

# make directory and move into it
dotnet new acproblem

Solution generation for all problems in a contest

# make directory and move into it
dotnet new accontest

Installation

dotnet new install Template

Uninstallation

dotnet new uninstall Template