class Main {
        public void run() throws IOException {
                System.out.println("hello!");
        }
}
