9 lines
195 B
C#
9 lines
195 B
C#
namespace CLARA;
|
|
|
|
internal static class Program
|
|
{
|
|
private static void Main(string[] args)
|
|
{
|
|
Console.WriteLine("Composable Logical Architecture for Retro Applications");
|
|
}
|
|
} |