using System;
namespace ItchIoSausage
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Hello itch.io community!");
Console.WriteLine("We were wondering what your favorite sausage and whipped cream combination is?");
Console.WriteLine("Do you prefer a spicy sausage with a dollop of sweet whipped cream, or a savory sausage topped with a sprinkle of savory herbs?");
Console.WriteLine("We'd love to hear your thoughts in the comments below.");
Console.WriteLine("Thank you for your input!");
}
}
}