Skip to content

Commit a9b2420

Browse files
authored
Fix build issue in ADTFraction.java (TheAlgorithms#2712)
1 parent 089ac33 commit a9b2420

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

Maths/ADTFraction.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
21
package Maths;
32

4-
53
public class ADTFraction {
6-
7-
84
public static void main(String[] args) {
95
// TODO code application logic here
106

@@ -21,9 +17,6 @@ public static void main(String[] args) {
2117

2218
}
2319

24-
}
25-
26-
class ADTFraction {
2720
private int n; //numerator
2821
private int d; //denomenator
2922

0 commit comments

Comments
 (0)