Commit b17bbe84 authored by reece.french's avatar reece.french

Removed redundant code

parent 9b4e69e6
import org.junit.internal.RealSystem;
public class Complex {
......@@ -87,8 +85,4 @@ public class Complex {
Complex answer = new Complex(c,d);
return answer;
}
public static void main(String[] args) {
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment