package pong_game;
public class GamePlay {
public static void main(String[] args) {
new GameWindow();
}