Skip to content

Instantly share code, notes, and snippets.

@silverbullettt
Created August 1, 2012 07:10
Show Gist options
  • Save silverbullettt/3224416 to your computer and use it in GitHub Desktop.
Save silverbullettt/3224416 to your computer and use it in GitHub Desktop.
namespace AnotherNamespace {
public class Yeah {
public void Say() {
Console.WriteLine("Yeah!!!");
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment