Package score

Source Code of score.Test

/*
* 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;
   
}
   
}
TOP

Related Classes of score.Test

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.