correction algo diffusion

This commit is contained in:
trochas
2025-11-26 11:17:53 +01:00
parent 1659650450
commit 3684570a83
9 changed files with 40 additions and 46 deletions

View File

@@ -5,4 +5,6 @@ public interface AlgoDiffusion {
public void configure();
public void execute();
public int getValue();
}