Skip to content

NuGetパッケージを作成するためのサンプルです。

License

Notifications You must be signed in to change notification settings

tsuna-can-se/hello-world

Repository files navigation

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

About

NuGetパッケージを作成するためのサンプルです。

Resources

License

Code of conduct

Stars

Watchers

Forks

Languages