Skip to content

Instantly share code, notes, and snippets.

@horiga
Created June 14, 2013 00:56
Show Gist options
  • Save horiga/5778675 to your computer and use it in GitHub Desktop.
Save horiga/5778675 to your computer and use it in GitHub Desktop.
multi files test
public class A {
public void execute() {
System.out.println("This is A");
}
}
public class B {
public void execute() {
System.out.println("This is B");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment