Created
December 18, 2019 16:52
-
-
Save Gamer08YT/4074a54945227cf98e3ce08885311bef to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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