package test3;

public class Main {

	public static void main(String[] args) throws Exception{
		new Foo().doSomething();
	}
}
