Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
public class Main {
private static ISubscriber subscribers [] = {

new SphereArea(), new LucasSeries(),
new SphereArea(), new LucasSeries(), new CircleArea()
, new SphereCircumference() , new summationSeries(), new SphereArea(), new LucasSeries(),
new Spherevolume()

};
};
public static void main(String[] args) {
Topic mathTopic = new Topic();
for (ISubscriber sub : subscribers) {
Expand Down