mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-08-06 00:02:26 +08:00
Renaming analyzer test project to sandbox
This commit is contained in:

committed by
Patrik Svensson

parent
d1048260cc
commit
8b058d6342
13
src/Spectre.Console.Analyzer.Sandbox/Program.cs
Normal file
13
src/Spectre.Console.Analyzer.Sandbox/Program.cs
Normal file
@ -0,0 +1,13 @@
|
||||
using System.Threading;
|
||||
using Spectre.Console;
|
||||
|
||||
namespace Spectre.Console.Analyzer.Sandbox
|
||||
{
|
||||
class Program
|
||||
{
|
||||
static void Main()
|
||||
{
|
||||
AnsiConsole.WriteLine("Project is set up with a reference to Spectre.Console.Analyzer");
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user