static void print(string x) {
public static void Main()
print("Welcome to the world of PokeSharp!");
print("My name is Professor Sharpwood!");
print("What is your name?");
string name = Console.ReadLine();
Console.WriteLine("Nice to meet you, {0}!",name);
print("Your time has come to go on a journey.");
print("The quest to become a PokeSharp master!");
print("Choose your starter PokeSharp!");