mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-12-19 07:00:35 +08:00
Fix build issue in ADTFraction.java (#2712)
This commit is contained in:
committed by
GitHub
parent
089ac333f2
commit
a9b2420165
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user