Skip to content

Instantly share code, notes, and snippets.

View ahirusp's full-sized avatar

ahiru_sp ahirusp

View GitHub Profile
@ahirusp
ahirusp / class1.java
Last active July 30, 2017 08:24 — forked from yum45f/class1.java
パッケージ名がわからないクラスにあるメソッドを呼び出すプログラム。(一部抜粋)
package cl1;
import cl4;
public class class1{
public static void start(){
System.out.println("成功!2");
}
}