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