import controller.Controller; class Haromszog { public static void main(String[] args) { new Controller(); } }