Skip to content

Instantly share code, notes, and snippets.

@arifurrahmanbd
Last active August 29, 2015 14:23
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arifurrahmanbd/6f59d0547440ae965011 to your computer and use it in GitHub Desktop.
Save arifurrahmanbd/6f59d0547440ae965011 to your computer and use it in GitHub Desktop.
class HelloWorld{
public static void main(String args[]){
System.out.println("Hello world!!");
}
}
@arifurrahmanbd
Copy link
Author

Just started with java code 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment