Initial commit (stub)

This commit is contained in:
2025-11-08 19:01:58 -05:00
parent 1b8e170a45
commit d331346e2b
5 changed files with 48 additions and 0 deletions

9
Program.cs Normal file
View 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");
}
}