source: galcon-server/src/GalconServer.java@ 6f3426a

Last change on this file since 6f3426a was 6f3426a, checked in by dportnoy <devnull@…>, 14 years ago

Test commit

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