diff --git a/DeepanshaChowdhary.java b/DeepanshaChowdhary.java new file mode 100644 index 0000000..5b793d5 --- /dev/null +++ b/DeepanshaChowdhary.java @@ -0,0 +1,9 @@ +public class DeepanshaChowdhary { + static void randomMethod() { + System.out.println("random text"); + } + public static void main(String[] args) { + randomMethod(); + + } +} diff --git a/JoeRomeo.java b/JoeRomeo.java new file mode 100644 index 0000000..f29dff7 --- /dev/null +++ b/JoeRomeo.java @@ -0,0 +1,9 @@ +public class JoeRomeo { + public int joe() { + return "Joe"; + } + + public int romeo() { + return "Romeo"; + } +} diff --git a/MarcoTereh.java b/MarcoTereh.java new file mode 100644 index 0000000..ef5f033 --- /dev/null +++ b/MarcoTereh.java @@ -0,0 +1,3 @@ +public class MarcoTereh { + void foo() {} +} diff --git a/MyClass.java b/MyClass.java index 9138476..69f4806 100644 --- a/MyClass.java +++ b/MyClass.java @@ -1,8 +1,8 @@ public class MyClass { - + public String niceMethod() { - String nice = "we are updating this string at the moment but, if you experience any conflict, please do not hesitate to modify it to set the value that you have chosen"; - return nice; + String romeo = "YAYYYY no more conflicts"; + return romeo; } - + }