Правки

This commit is contained in:
Ilya Ryabov 2024-04-27 16:40:38 +04:00
parent eaebfc66f9
commit 3c10778324

View File

@ -2,7 +2,7 @@ import java.awt.*;
public class Main {
public static void main(String[] args) {
FormStormtrooper form = new FormStormtrooper("Бомбардировщик", new Dimension(800,800));
FormStormtrooper form = new FormStormtrooper("Бoмбардировщик", new Dimension(800,800));
form.Init();
}
}