/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package score;
import fork.lib.base.Print;
import fork.lib.base.file.management.Dirs;
import fork.lib.bio.anno.genomic.BarReader;
import java.io.File;
/**
*
* @author forksapien
*/
public class Test {
public static void main(String[] args) throws Exception{ //debug
String[] aa= new String[]{"aaa", "bbb", "sfsd"};
Print a;
}
}