Skip to content

Instantly share code, notes, and snippets.

@u8989332
Last active April 1, 2018 05:10
Show Gist options
  • Save u8989332/de2b3529574e298542a48a0ecfe94927 to your computer and use it in GitHub Desktop.
Save u8989332/de2b3529574e298542a48a0ecfe94927 to your computer and use it in GitHub Desktop.
public class Hamburger
{
public void recipe()
{
Console.WriteLine("漢堡需要麵包皮、生菜、豬肉片、番茄片、起士");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment