Skip to content

Instantly share code, notes, and snippets.

@teja463
Created August 14, 2018 12:26
Show Gist options
  • Save teja463/17985ad26fb459b91be9d403f414be3c to your computer and use it in GitHub Desktop.
Save teja463/17985ad26fb459b91be9d403f414be3c to your computer and use it in GitHub Desktop.
Sampe java hello world program
package sample;
public class Sample{
public static void main(String [] args){
System.out.println("Hello World!!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment