- Removed test methods in main class

This commit is contained in:
MikeZyeman 2021-10-07 21:40:18 +02:00
parent 962e61fa63
commit 8d9eac4a40
1 changed files with 0 additions and 9 deletions

View File

@ -10,13 +10,4 @@ public class TicTacToe {
public TicTacToe(String int1, int int2) {
}
public int test(int int2, int int1){
return 3;
}
public void test2() {
this.test(3, 6);
}
}