public static void Main()
Console.WriteLine("Hey, what's your name?");
Console.WriteLine("That's a really nice name!");
Console.WriteLine("Do you like to play videogame's?");
Console.WriteLine("Oh me too! You know what, I think we could be friend's!");
Console.WriteLine("What is your favorite video game? ");
Console.WriteLine("Oh, I have never heard of that video game, but I like Call of Duty!");
Console.WriteLine("I'm going to go now, cya later!");
Console.WriteLine("10 year's later");
Console.WriteLine("Oh my goodness! Jace! We finally meet again! I never told you my name! It is Penny! Nice to meet you again! :)");
Console.WriteLine("So wanna hang out?");
Console.WriteLine("Ok! Let's go to the cafe down the street. :)");
Console.WriteLine("(Waiter walk's up to table and start's to get order)");
Console.WriteLine("Hey Jace, wanna hear a joke?");
Console.WriteLine("Ok, here I go! Knock Knock");
Console.WriteLine("Cow says");
Console.WriteLine("No, a cow say's mooooooooooo!");
Console.WriteLine("Did you like that one?");
Console.WriteLine("Ok well, i'm going to go, and this time I wont go to a different state for 10 years! Haha!");
Console.WriteLine("Ok anyway's, bye!");
Console.ForegroundColor = ConsoleColor.DarkGreen;
Console.BackgroundColor = ConsoleColor.Black;
Console.WriteLine("Wait, what? The background and text color just changed! What happend?");