repo migration

This commit is contained in:
2025-05-13 08:50:22 -04:00
commit 32e89a204d
8 changed files with 321 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
using System;
namespace dotnetcore
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
}
}
}