mirror of
https://github.com/ASDjonok/OOP_IO-2x_2023.git
synced 2026-04-20 04:51:51 +03:00
8 lines
119 B
Java
8 lines
119 B
Java
|
|
package lab4;
|
||
|
|
|
||
|
|
public class Main {
|
||
|
|
public static void main(String[] args) {
|
||
|
|
//todo equals+hashcode
|
||
|
|
}
|
||
|
|
}
|