source: galcon-server/src/GalconServer.java@ 563723f

Last change on this file since 563723f was 563723f, checked in by dportnoy <devnull@…>, 15 years ago

Initial commit

  • Property mode set to 100644
File size: 124 bytes
Line 
1
2public class GalconServer {
3 public static void main(String[] args) {
4 System.out.println("Great success!");
5 }
6
7}
Note: See TracBrowser for help on using the repository browser.