2022-12-15 14:54:34 +04:00
|
|
|
import org.apache.logging.log4j.*;
|
|
|
|
|
2022-10-28 15:45:35 +04:00
|
|
|
public class Main {
|
|
|
|
public static void main(String[] args) {
|
2022-12-15 14:54:34 +04:00
|
|
|
new FormMapWithSetAircrafts(LogManager.getLogger(Main.class)).run();
|
2022-10-28 15:45:35 +04:00
|
|
|
}
|
2022-12-15 14:54:34 +04:00
|
|
|
}
|