Initial commit (stub)
This commit is contained in:
9
Program.cs
Normal file
9
Program.cs
Normal file
@ -0,0 +1,9 @@
|
||||
namespace CLARA;
|
||||
|
||||
internal static class Program
|
||||
{
|
||||
private static void Main(string[] args)
|
||||
{
|
||||
Console.WriteLine("Composable Logical Architecture for Retro Applications");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user