Project

General

Profile

Statistics
| Revision:

root / trunk / code / projects / diagnostic_station / server / Main.java @ 1606

History | View | Annotate | Download (100 Bytes)

1

    
2
public class Main {
3
        public static void main(String[] args){
4
                new DiagnosticsServer();
5
        }
6
}