From ecbea8b2292eb31620be3297a744235168094293 Mon Sep 17 00:00:00 2001 From: matalvepu Date: Mon, 31 Oct 2016 13:41:02 -0400 Subject: [PATCH 1/2] replaced by 7 --- Main.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Main.java b/Main.java index 66f2f63..085c1ba 100644 --- a/Main.java +++ b/Main.java @@ -5,7 +5,7 @@ public static main void (String[] args) { System.out.println("Hello World"); // This is a variable! - Int num = 5; + Int num = 7; System.out.println(num); } }// end Main class From cf7ba4aa539cde0e0b04080ae8d3dcd1c522f022 Mon Sep 17 00:00:00 2001 From: matalvepu Date: Mon, 31 Oct 2016 14:03:22 -0400 Subject: [PATCH 2/2] Added instruction for pull request in README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ed067a2..d3e9897 100644 --- a/README.md +++ b/README.md @@ -1 +1,2 @@ # First-Pull-Request +Fork any project in github. Then make some changes and commit the change. Then there is a button named "Pull Request" in upper left corner of the github.