Fix build issue in ADTFraction.java (#2712)

This commit is contained in:
Aitor Fidalgo Sánchez
2021-10-23 16:07:39 +03:00
committed by GitHub
parent 089ac333f2
commit a9b2420165

View File

@ -1,10 +1,6 @@
package Maths;
public class ADTFraction {
public static void main(String[] args) {
// TODO code application logic here
@ -21,9 +17,6 @@ public class ADTFraction {
}
}
class ADTFraction {
private int n; //numerator
private int d; //denomenator