public static class Thread2 implements Runnable {
	public void run() {
		System.out.println("1");
	}
}
