Created
November 28, 2020 09:08
-
-
Save Sid72020123/ac9150185e47327a374494df6817d692 to your computer and use it in GitHub Desktop.
Basics in Java
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
package LearnJava; | |
public class Simple(){ | |
public static void main(String[] args){ | |
System.out.println("Hello!"); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment