Skip to content

Instantly share code, notes, and snippets.

@neogeek
Last active November 2, 2019 15:38
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 neogeek/9e59404fd9f7c9c0d7ab0f3bca0b14fd to your computer and use it in GitHub Desktop.
Save neogeek/9e59404fd9f7c9c0d7ab0f3bca0b14fd to your computer and use it in GitHub Desktop.
{
"name": "com.scottdoxey.testgistpackage",
"displayName": "TestGistPackage",
"version": "1.0.0"
}
{
"name": "TestGistPackage"
}
public static class TestGistPackage
{
public static string MESSAGE = "It worked!";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment