未タイトル

まぁこんな感じで使います。

まぁこんな感じで使います。

  • タグ:
  • タグはありません
public class Main {

	public static void main(String[] args) {
		Foo foo = new Foo();
		foo.foo();
		foo.bar();
		foo.baz();
	}

}