Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.73 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.73 KB

TsunaCan.HelloWorld

GitHub Nuget

GitHub release (latest by date) GitHub Release Date GitHub release (latest by date including pre-releases) GitHub (Pre-)Release Date

This project is sample of NuGet package csharp project. "Hello World" ASCII art string can be shown on the console.

Installation

On the Package Manager Console, execute the following command to install the NuGet package.

Install-Package TsunaCan.HelloWorld

Usage

Create console application project and call static methods of TsunaCan.HelloWorld.Echo class.

using TsunaCan.HelloWorld;

Echo.Hello();
Echo.World();

License

MIT License