Some testing...

This commit is contained in:
7u83
2016-12-26 01:17:34 +01:00
parent 8b22549f4d
commit bda01fbb95
19 changed files with 296 additions and 42 deletions

View File

@ -1,27 +0,0 @@
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package sesim;
import StockExchange.*;
/**
*
* @author tube
*/
public class SeSim {
/**
* @param args the command line arguments
*/
public static void main(String[] args) {
Exchange se = new StockExchange.Exchange();
se.start();
// TODO code application logic here
}
}