Skip to content

Instantly share code, notes, and snippets.

@rajatgoyal715
Created August 26, 2016 17:57
Show Gist options
  • Save rajatgoyal715/572a3a3246ae4dc3442a231aa0c2e5da to your computer and use it in GitHub Desktop.
Save rajatgoyal715/572a3a3246ae4dc3442a231aa0c2e5da to your computer and use it in GitHub Desktop.
public class Solution {
public static void main(String []argv)
{
System.out.println("Hello World.");
System.out.println("Hello Java.");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment