public static void Main()
Console.WriteLine("Whats your name?");
name = Console.ReadLine();
Console.WriteLine("Nice to meet you " + name + " UwU");
Console.WriteLine("How old are you?");
age = int.Parse(Console.ReadLine());
Console.WriteLine("In " + Left + " years you will be 30");