Skip to content

Instantly share code, notes, and snippets.

@jz5
Created September 10, 2015 12:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jz5/3ac8650fb9238d65dd84 to your computer and use it in GitHub Desktop.
Save jz5/3ac8650fb9238d65dd84 to your computer and use it in GitHub Desktop.
class Program
{
static void Main(string[] args)
{
Trace.Listeners.Add(new TwitterTraceListener());
Debug.WriteLine("こんにちは");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment