From 0502130c3a4607a59594786d6bd4dfa5425b04c9 Mon Sep 17 00:00:00 2001 From: nityaGupta <41485012+nityaGupta@users.noreply.github.com> Date: Sat, 27 Oct 2018 13:20:13 +0530 Subject: [PATCH] Update hello_world/Java/MyFirstPullRequest.java --- hello_world/Java/MyFirstPullRequest.java | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 hello_world/Java/MyFirstPullRequest.java 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