Skip to content

Instantly share code, notes, and snippets.

@devbhuwan
Last active June 12, 2018 03:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save devbhuwan/e5011af517876e218ee04f819718f230 to your computer and use it in GitHub Desktop.
Save devbhuwan/e5011af517876e218ee04f819718f230 to your computer and use it in GitHub Desktop.
public class HelloWorld {
public static void main(String... args) {
println("Hello World From Nepal!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment