namespace Spectre.Console.Analyzer.Sandbox;
///
/// Sample sandbox for testing out analyzers.
///
public static class Program
{
///
/// The program's entry point.
///
public static void Main()
{
AnsiConsole.WriteLine("Project is set up with a reference to Spectre.Console.Analyzer");
}
}