biblioteca/Program.cs
La Programmatrice Verde 78f2f8343c Initial commit
2025-04-18 11:15:47 +02:00

10 lines
136 B
C#

namespace biblioteca;
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello, World!");
}
}