Connected views to models. Added photos.
This commit is contained in:
@@ -1,4 +1,12 @@
|
||||
package org.example.controller;
|
||||
|
||||
import org.example.models.MainLogic;
|
||||
import org.example.models.Path;
|
||||
|
||||
public class Controller {
|
||||
|
||||
public static Path logic(int k, double multiplier) {
|
||||
return MainLogic.logic(k, multiplier);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user