Last active
December 10, 2019 18:11
-
-
Save Jet-C/502dc061d65543ae3a2d222fb6a27808 to your computer and use it in GitHub Desktop.
Test for gist url
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 class GistTest { | |
public static void main(String[] args) { | |
System.out.println("Print me"); | |
System.out.println("Print me too"); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment