Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Thanks for all COMMUNITIES ooo oh yea spinning oo yea

A topic by GLADITORYRED created Dec 22, 2022 Views: 119
Viewing posts 1 to 1

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!");

        }

    }

}