Guest User

CLJTest.java 2

a guest
Dec 2nd, 2011
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.27 KB | None | 0 0
  1. package net.myexperiments.viciouscycle.util;
  2.  
  3. import net.myexperiments.viciouscycle.util.TSVReader;
  4.  
  5. public class CLJTest {
  6.  
  7.     /**
  8.      * @param args
  9.      */
  10.     public static void main(String[] args) {
  11.                 System.out.println(TSVReader.returnsTrue(""));
  12.  
  13.     }
  14.  
  15. }
  16.  
  17.  
Advertisement
Add Comment
Please, Sign In to add comment