Created
September 7, 2023 00:08
-
-
Save lucmsilva651/0d766cf314dcdb84d8024df7bbdd7684 to your computer and use it in GitHub Desktop.
Java Hello World
This file contains 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
public class main { | |
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