correction execute

This commit is contained in:
trochas
2025-11-07 10:41:45 +01:00
parent 3bf6870439
commit 92f37c6485
3 changed files with 2 additions and 3 deletions

View File

@@ -3,5 +3,5 @@ package interfaces;
public interface AlgoDiffusion {
public void configure();
public void execture();
public void execute();
}