JAL-2381 copy and paste sequence also copies contact matrix annotation
[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