From 87cb3aa8e81a76b6646af14d5589665f24e58bbe Mon Sep 17 00:00:00 2001
From: sjain30 <43096728+sjain30@users.noreply.github.com>
Date: Wed, 9 Oct 2019 17:11:05 +0530
Subject: [PATCH 1/2] MyFirstContribution
---
.idea/description.html | 1 +
.idea/encodings.xml | 6 ++
.idea/misc.xml | 12 ++++
.idea/modules.xml | 8 +++
.idea/project-template.xml | 3 +
.idea/vcs.xml | 6 ++
.idea/workspace.xml | 143 +++++++++++++++++++++++++++++++++++++
OpenSourceForAll.iml | 12 ++++
src/com/company/Main.java | 8 +++
9 files changed, 199 insertions(+)
create mode 100644 .idea/description.html
create mode 100644 .idea/encodings.xml
create mode 100644 .idea/misc.xml
create mode 100644 .idea/modules.xml
create mode 100644 .idea/project-template.xml
create mode 100644 .idea/vcs.xml
create mode 100644 .idea/workspace.xml
create mode 100644 OpenSourceForAll.iml
create mode 100644 src/com/company/Main.java
diff --git a/.idea/description.html b/.idea/description.html
new file mode 100644
index 0000000..db5f129
--- /dev/null
+++ b/.idea/description.html
@@ -0,0 +1 @@
+Simple Java application that includes a class with main() method
\ No newline at end of file
diff --git a/.idea/encodings.xml b/.idea/encodings.xml
new file mode 100644
index 0000000..97626ba
--- /dev/null
+++ b/.idea/encodings.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
new file mode 100644
index 0000000..2fc6c34
--- /dev/null
+++ b/.idea/misc.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 0000000..9f68611
--- /dev/null
+++ b/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/project-template.xml b/.idea/project-template.xml
new file mode 100644
index 0000000..1f08b88
--- /dev/null
+++ b/.idea/project-template.xml
@@ -0,0 +1,3 @@
+
+ IJ_BASE_PACKAGE
+
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 0000000..35eb1dd
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
new file mode 100644
index 0000000..9acaaaf
--- /dev/null
+++ b/.idea/workspace.xml
@@ -0,0 +1,143 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1570620910090
+
+
+ 1570620910090
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/OpenSourceForAll.iml b/OpenSourceForAll.iml
new file mode 100644
index 0000000..d5c0743
--- /dev/null
+++ b/OpenSourceForAll.iml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/com/company/Main.java b/src/com/company/Main.java
new file mode 100644
index 0000000..8796289
--- /dev/null
+++ b/src/com/company/Main.java
@@ -0,0 +1,8 @@
+package com.company;
+
+public class Main {
+
+ public static void main(String[] args) {
+ System.out.println("I love Open Source because it is the future");
+ }
+}
From b74c07fd8a9c778cb83a2a78720e523e5e04c3b3 Mon Sep 17 00:00:00 2001
From: sjain30 <43096728+sjain30@users.noreply.github.com>
Date: Wed, 9 Oct 2019 17:33:40 +0530
Subject: [PATCH 2/2] MyContribution
---
.idea/workspace.xml | 28 +++++++++++++---------------
src/com/company/Main.java | 1 +
2 files changed, 14 insertions(+), 15 deletions(-)
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 9acaaaf..5261f6c 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -1,7 +1,10 @@
-
+
+
+
+
@@ -14,12 +17,8 @@
-
-
-
-
-
-
+
+
@@ -59,6 +58,9 @@
+
+
+
@@ -105,10 +107,10 @@
-
+
-
+
@@ -130,12 +132,8 @@
-
-
-
-
-
-
+
+
diff --git a/src/com/company/Main.java b/src/com/company/Main.java
index 8796289..af7774e 100644
--- a/src/com/company/Main.java
+++ b/src/com/company/Main.java
@@ -4,5 +4,6 @@ public class Main {
public static void main(String[] args) {
System.out.println("I love Open Source because it is the future");
+ System.out.println("GitHub rocks");
}
}