package PR1Uebung2; import java.util.*; public class TicTacToe { } public static void main(String[] args) { System.out.println("Hello"); } }