Skip to content

Instantly share code, notes, and snippets.

@Mike-E-angelo
Last active May 27, 2019 07:32
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 Mike-E-angelo/7d31e4d9de2802e92bb90820561074e2 to your computer and use it in GitHub Desktop.
Save Mike-E-angelo/7d31e4d9de2802e92bb90820561074e2 to your computer and use it in GitHub Desktop.
Basic Interface
public interface IHelloWorld
{
string SayHello(string message);
}
@Mike-E-angelo
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment