Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. package com.company;
  2.  
  3. public class Main {
  4.  
  5. public static void main(String[] args) {
  6. // write your code here
  7. System.out.println("Hello World !!");
  8. }
  9. }