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

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

Test commit

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