Skip to content
Snippets Groups Projects
Position.java 77 B
Newer Older
  • Learn to ignore specific revisions
  • package firefighter.model;
    
    
    public record Position(int row, int column) {
    
    }