You are on page 1of 1

//Un mensaje con C#

using System

class Hola3
{
static void Main(string[] args)
{
Console.WriteLine("Hola Bill, no me gusta tu sistema");
}
}

You might also like