JAL-3120 consistent paths/property interpolation in build.gradle. Test classes. Clean...
[jalview.git] / utils / jalviewjs / test / test / jalview / bin / Test.java
1 package jalview.bin;
2
3 public class Test {
4
5   public static void main(String args[]) 
6   { 
7     System.out.println("Hello, java2script test test!"); 
8   } 
9 }
10
11