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