Skip to content

Instantly share code, notes, and snippets.

@tsuzukihashi
Created October 4, 2017 15:43
Show Gist options
  • Save tsuzukihashi/df8c736060318c9ceb3e75f3a19845cf to your computer and use it in GitHub Desktop.
Save tsuzukihashi/df8c736060318c9ceb3e75f3a19845cf to your computer and use it in GitHub Desktop.
Example.cs
using System;
namespace Example
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("C# gives you programing power.");
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment