Skip to content

Instantly share code, notes, and snippets.

@ramraj-edagutti
Last active January 14, 2019 16:01
Show Gist options
  • Select an option

  • Save ramraj-edagutti/2304a51e984785398f3615f839a21278 to your computer and use it in GitHub Desktop.

Select an option

Save ramraj-edagutti/2304a51e984785398f3615f839a21278 to your computer and use it in GitHub Desktop.
public class TestJavaMarkdown {
public static void main(String[] args) {
System.out.print("This is just a test class");
}
}
@ramraj-edagutti
Copy link
Author

public class TestJavaMarkdown {
    public static void main(String[] args) {
       System.out.print("This is just a test class");
    }
}

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