Skip to content

Instantly share code, notes, and snippets.

@buddhike
Created April 22, 2015 17:08
Show Gist options
  • Save buddhike/45d222be7e40274166ff to your computer and use it in GitHub Desktop.
Save buddhike/45d222be7e40274166ff to your computer and use it in GitHub Desktop.
Static Using Example
using System.Console;
namespace ConsoleApplication2
{
class Program
{
static void Main(string[] args)
{
Write("Yo");
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment