Skip to content

Instantly share code, notes, and snippets.

@migsalazar
Created December 13, 2014 06:37
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 migsalazar/27cfa1ba2aa3e4cafeac to your computer and use it in GitHub Desktop.
Save migsalazar/27cfa1ba2aa3e4cafeac to your computer and use it in GitHub Desktop.
Namespaces4
namespace UsingTest.Test
{
using System;
using UsingTest;
class Program
{
static void Main(string[] args)
{
Console.WriteLine(DateTime.Now);
Console.ReadKey();
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment