using System;
namespace LapoGermasiPhotoGallery
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello World, I'm Lapo!");
Console.WriteLine("Join me in my little lab of mistakes where perfection is optional, but enthusiasm is mandatory.");
Console.WriteLine("I’m your quintessential amateur photographer with a love for analog photography and an even bigger talent for not knowing exactly what I’m doing.");
Console.WriteLine("Because being clueless isn’t just a state of mind; it’s a way of life.");
}
}
}