This project is sample of NuGet package csharp project. "Hello World" ASCII art string can be shown on the console.
On the Package Manager Console, execute the following command to install the NuGet package.
Install-Package TsunaCan.HelloWorld
Create console application project and call static methods of TsunaCan.HelloWorld.Echo
class.
using TsunaCan.HelloWorld;
Echo.Hello();
Echo.World();