Skip to content

Instantly share code, notes, and snippets.

@u8989332
Created April 1, 2018 05:17
Show Gist options
  • Save u8989332/0a317c9818756d67947a063df888cff6 to your computer and use it in GitHub Desktop.
Save u8989332/0a317c9818756d67947a063df888cff6 to your computer and use it in GitHub Desktop.
public class MilkTea
{
public void recipe()
{
Console.WriteLine("奶茶需要紅茶、牛奶、水");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment