oggetti_2/Program.cs
La Programmatrice Verde bf2418fcf1 Initial commit
2025-04-05 10:32:40 +02:00

10 lines
135 B
C#

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