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/8ac3c7cf1c0f36d4378b79ecee54cf5b to your computer and use it in GitHub Desktop.
Save rwindegger/8ac3c7cf1c0f36d4378b79ecee54cf5b to your computer and use it in GitHub Desktop.
namespace at.automism.FriendlyAssemblies.Consumer
{
using at.automism.FriendlyAssemblies.Public;
using at.automism.FriendlyAssemblies.Secret;
using System;
using System.Collections.Generic;
using System.Linq;
public class Program
{
public static void Main(string[] args)
{
Anouncer.Anounce();
Greeter.WhisperHello();
Console.ReadLine();
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment