diff --git a/hello_world/Java/MyFirstPullRequest.java b/hello_world/Java/MyFirstPullRequest.java new file mode 100644 index 0000000..aa4f50a --- /dev/null +++ b/hello_world/Java/MyFirstPullRequest.java @@ -0,0 +1,6 @@ +class abc{ +public static void main(String...args) +{ +System.out.println("This is my first pull request :)"); +} +} \ No newline at end of file