mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-04-19 02:12:49 +08:00
14 lines
255 B
C#
14 lines
255 B
C#
using System.Threading;
|
|
using Spectre.Console;
|
|
|
|
namespace AnalyzerTester
|
|
{
|
|
class Program
|
|
{
|
|
static void Main()
|
|
{
|
|
AnsiConsole.WriteLine("Project is set up with a reference to Spectre.Console.Analyzer");
|
|
}
|
|
}
|
|
}
|