Skip to content
Snippets Groups Projects
Commit 6f5a2137 authored by Yanis O's avatar Yanis O
Browse files

Renommage des paramètres de Position

parent 8a6ba6a4
No related branches found
No related tags found
No related merge requests found
package util; package util;
public record Position(int row, int column) { public record Position(int x, int y) {
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment