Last active
November 2, 2019 15:38
-
-
Save neogeek/9e59404fd9f7c9c0d7ab0f3bca0b14fd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "com.scottdoxey.testgistpackage", | |
"displayName": "TestGistPackage", | |
"version": "1.0.0" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "TestGistPackage" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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