質問編集履歴
1
title
CHANGED
File without changes
|
body
CHANGED
@@ -12,7 +12,7 @@
|
|
12
12
|
|
13
13
|
import java.util.List;
|
14
14
|
|
15
|
-
public interface
|
15
|
+
public interface IFibonacci {
|
16
16
|
List<Integer> get(int max_value);
|
17
17
|
}
|
18
18
|
|