Skip to content

Instantly share code, notes, and snippets.

@PhiHuyHoang
Created October 2, 2018 21:40
Show Gist options
  • Save PhiHuyHoang/04e5f7d8c8538f8da9a6f333ee4a72d0 to your computer and use it in GitHub Desktop.
Save PhiHuyHoang/04e5f7d8c8538f8da9a6f333ee4a72d0 to your computer and use it in GitHub Desktop.
class Program
{
static void Main(string[] args)
{
Me me = new Me();
me.viewGirl();
Console.ReadLine();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment