forked from Coded/SIPRP
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
439 B
33 lines
439 B
/*
|
|
* Main.java
|
|
*
|
|
* Created on October 4, 2007, 10:55 AM
|
|
*
|
|
* To change this template, choose Tools | Template Manager
|
|
* and open the template in the editor.
|
|
*/
|
|
|
|
package coiso;
|
|
|
|
/**
|
|
*
|
|
* @author ntaborda
|
|
*/
|
|
public class Main
|
|
{
|
|
|
|
/** Creates a new instance of Main */
|
|
public Main()
|
|
{
|
|
}
|
|
|
|
/**
|
|
* @param args the command line arguments
|
|
*/
|
|
public static void main(String[] args)
|
|
{
|
|
// TODO code application logic here
|
|
}
|
|
|
|
}
|