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 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.