Skip to content

Instantly share code, notes, and snippets.

@migsalazar
Created December 13, 2014 06:36
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/c1f3eae6940e067e997b to your computer and use it in GitHub Desktop.
Save migsalazar/c1f3eae6940e067e997b to your computer and use it in GitHub Desktop.
Namespaces3
namespace UsingTest
{
public class DateTime
{
public static string Now = "No me importa que día es hoy";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment