Skip to content
6 changes: 6 additions & 0 deletions AliEgemenEner.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
public class AliEgemenEner {
public int Everything () {

return 42;
}
}
5 changes: 5 additions & 0 deletions AndreaFranchini.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
public class AndreaFranchini{
public String name(){
return "Andrea Franchini";
}
}
4 changes: 2 additions & 2 deletions MyClass.java
Original file line number Diff line number Diff line change
@@ -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;
}

}
6 changes: 6 additions & 0 deletions SimgePinarErdogan.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
public class SimgePinarErdogan {
public String name(){
return "simge";
}

}
6 changes: 6 additions & 0 deletions SimoneRava.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
public class SimoneRava{

public void MyClass(){
return null;
}
}