Last active 1748462812

joshi1999 revised this gist 1748462812. Go to revision

1 file changed, 5 insertions

HelloWorld.java(file created)

@@ -0,0 +1,5 @@
1 + public class HelloWorld {
2 + public static void main(String[] args) {
3 + System.out.println("Hello World!");
4 + }
5 + }
Newer Older