Skip to content

Instantly share code, notes, and snippets.

@kunals201
Last active May 1, 2018 11:46
Show Gist options
  • Save kunals201/5a7e707ea0971b9d8283d494e579ea6b to your computer and use it in GitHub Desktop.
Save kunals201/5a7e707ea0971b9d8283d494e579ea6b to your computer and use it in GitHub Desktop.
Demo1.java
package pack1;
public class Demo1
{
public void test()
{
System.out.println("pack1.test");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment