2022-12-12 23:51:36 +04:00
|
|
|
import org.apache.logging.log4j.*;
|
|
|
|
|
2022-09-10 23:04:20 +04:00
|
|
|
public class Main {
|
|
|
|
public static void main(String[] args) {
|
2022-12-12 23:51:36 +04:00
|
|
|
new FormMapWithSetWarships(LogManager.getLogger(Main.class));
|
2022-09-10 23:04:20 +04:00
|
|
|
}
|
2022-10-16 22:24:02 +04:00
|
|
|
}
|