PIBD-12_Bugrov_D.A._Hard/ProjectElectricLocomotive/Main.java

10 lines
191 B
Java
Raw Normal View History

2024-05-06 22:29:21 +04:00
package ProjectElectricLocomotive;
import ProjectElectricLocomotive.src.*;
public class Main {
public static void main(String[] args)
{
new FormElectricLocomotive();
}
}