/* * This Java source file was generated by the Gradle 'init' task. */ package chess; import chess.view.render2D.Window; public class App { public String getGreeting() { return "Hello World!"; } public static void main(String[] args) { Window.main(args); } }