6 lines
183 B
Java
Raw Normal View History

2022-12-13 21:50:42 +04:00
import org.apache.logging.log4j.*;
public class Main {
2022-10-22 16:07:28 +04:00
public static void main(String[] args) {
2022-12-13 21:50:42 +04:00
new FormMapWithSetGasolineTanker(LogManager.getLogger(Main.class));
}
2022-10-22 16:07:28 +04:00
}