AriExer.java.bak 99 B

12345
  1. class AriExer{
  2. public static void main(String[] args){
  3. System.out.println("Hello World!");
  4. }
  5. }