public static void Main()
Console.WriteLine("girl's perpective, you meet a kind boy you wanted to meet and talk to for a very long time. You \n A. say hello \n B. ask if he likes you");
string PT1 = Console.ReadLine();
if (PT1 == "A") { Console.WriteLine("hello, is this sung from that tme i played moomoo.io? you say yes, and you secretly have a crush on him because he is super nice to you");
Console.WriteLine("boy's perspective, you have a crush on sung but you are too scared that she doesnt, so you make a conversation to try to ask if she likes you, You \n A. confess your love \n B. hold on for a bit");
string PT2 = Console.ReadLine();
if (PT2 == "A") { Console.WriteLine("girl's perspective, You find out the boys name is alex, and alex confesses his love to you, you accept because you had a crush on him scince you first met");
else if (PT1 == "B") { Console.WriteLine("uh, why do you want to know? do you like me? you nervously type no, but u secretly have a crush on him because he is super nice to you"); Console.WriteLine("boy's perspective, you have a crush on her, but you dont think she has a crush on you back, so you ask to go on a moomoo.io date. She accepts. In the date, you \n A. Tell her you like \n B. wait till the perfect moment");
string PT3 = Console.ReadLine();