Skip to content

Instantly share code, notes, and snippets.

@Sid72020123
Created November 28, 2020 09:08
Show Gist options
  • Save Sid72020123/ac9150185e47327a374494df6817d692 to your computer and use it in GitHub Desktop.
Save Sid72020123/ac9150185e47327a374494df6817d692 to your computer and use it in GitHub Desktop.
Basics in Java
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