B-contribution signed

This commit is contained in:
Immanuel Alvaro Bhirawa
2023-03-19 20:51:14 +11:00
parent 7f915f3594
commit 34781b79cf
6 changed files with 7 additions and 4 deletions

View File

@@ -15,3 +15,4 @@ public class board {
}
}

View File

@@ -17,4 +17,4 @@ public class island {
this.x = x;
this.y = y;
}
}
}

View File

@@ -57,3 +57,4 @@ public class play {
return false; // Needed to stop errors
}
}

View File

@@ -40,3 +40,4 @@ public class setup {
public static void main(String[] args) {
}
}