You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Main.java 220B

123456789101112
  1. package com.uqac.rthoni.java_rmi;
  2. /**
  3. * Created by robin on 9/15/16.
  4. */
  5. public class Main {
  6. public static void main(String[] args)
  7. {
  8. System.out.println("Hello World!");
  9. System.exit(0);
  10. }
  11. }