Skip to content

Instantly share code, notes, and snippets.

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