Skip to content

Instantly share code, notes, and snippets.

@yum45f
Created July 31, 2017 08:37
Show Gist options
  • Save yum45f/9588ff06a6e3328cf59db59580545eb1 to your computer and use it in GitHub Desktop.
Save yum45f/9588ff06a6e3328cf59db59580545eb1 to your computer and use it in GitHub Desktop.
package cla;
//Import 省略
public class Class_A{
public void Start(){
System.out.printIn("Success!!");
}
}
package clb;
//Import 省略
public class Class_A{
public void Start(){
Syustem.out.printIn("Success!!");
}
}
package clc;
public class Class_C {
public void main(string[] args){
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment