Templates to use for Captain Coder's Tic Tac Toe Challenges
$ dotnet add package CaptainCoder.Challenges.Templates.TicTacToeThis project contains templates that are challenges to be completed as part of Captain Coder's Adventures in C#!
To install this challenge, run:
dotnet new install CaptainCoder.Challenges.Templates.TicTacToe
To use the template, in an empty directory, run:
dotnet new captaincoder-tictactoe