Some reformatting.

This commit is contained in:
7u83
2016-12-25 21:31:55 +01:00
parent c0676d5b03
commit bdc4f794f5
4 changed files with 60 additions and 53 deletions

View File

@ -5,6 +5,8 @@
*/
package sesim;
import StockExchange.*;
/**
*
* @author tube
@ -15,6 +17,10 @@ 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
}