Skip to content

Instantly share code, notes, and snippets.

@rwindegger
Created October 1, 2016 10:25
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 rwindegger/9d918a66280982d5e151412346432560 to your computer and use it in GitHub Desktop.
Save rwindegger/9d918a66280982d5e151412346432560 to your computer and use it in GitHub Desktop.
namespace at.automism.FriendlyAssemblies.Public
{
using at.automism.FriendlyAssemblies.Secret;
using System;
using System.Collections.Generic;
using System.Linq;
public static class Anouncer
{
public static void Anounce()
{
Greeter.SayHello();
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment