Skip to content

Instantly share code, notes, and snippets.

@Gamer08YT
Created December 18, 2019 16:52
Show Gist options
  • Select an option

  • Save Gamer08YT/4074a54945227cf98e3ce08885311bef to your computer and use it in GitHub Desktop.

Select an option

Save Gamer08YT/4074a54945227cf98e3ce08885311bef to your computer and use it in GitHub Desktop.
package hello.world;
public class HelloWorld {
public static void main(String[] args) {
/*
* @see: Print "Hello World!" with new Line
*/
System.out.println("Hello World!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment