Skip to content

Instantly share code, notes, and snippets.

@Sapna2001
Created February 24, 2021 15:19
Show Gist options
  • Save Sapna2001/2a04f1bf3ecf079c377b0ad2620ec282 to your computer and use it in GitHub Desktop.
Save Sapna2001/2a04f1bf3ecf079c377b0ad2620ec282 to your computer and use it in GitHub Desktop.
First Snippet
import java.util.*;
public class HelloWorld {
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