diff --git a/AliEgemenEner.java b/AliEgemenEner.java new file mode 100644 index 0000000..a85aff2 --- /dev/null +++ b/AliEgemenEner.java @@ -0,0 +1,6 @@ +public class AliEgemenEner { + public int Everything () { + + return 42; + } +} diff --git a/AndreaFranchini.java b/AndreaFranchini.java new file mode 100644 index 0000000..5df36e9 --- /dev/null +++ b/AndreaFranchini.java @@ -0,0 +1,5 @@ +public class AndreaFranchini{ + public String name(){ + return "Andrea Franchini"; + } +} \ No newline at end of file diff --git a/MyClass.java b/MyClass.java index 9138476..6ff34ed 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 Erdogan = "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 Erdogan; } } diff --git a/SimgePinarErdogan.java b/SimgePinarErdogan.java new file mode 100644 index 0000000..b2a0633 --- /dev/null +++ b/SimgePinarErdogan.java @@ -0,0 +1,5 @@ +public class SimgePinarErdogan { + public String name(){ + return "simge"; + } +} diff --git a/SimoneRava.java b/SimoneRava.java new file mode 100644 index 0000000..ba2c09a --- /dev/null +++ b/SimoneRava.java @@ -0,0 +1,5 @@ +public class SimoneRava{ + public void DoNothing(){ + + } +} \ No newline at end of file