Skip to content

Instantly share code, notes, and snippets.

@kizashitakata
Last active June 22, 2017 11:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kizashitakata/035bc9e6822df5c1cd3d45fadd9e84d1 to your computer and use it in GitHub Desktop.
Save kizashitakata/035bc9e6822df5c1cd3d45fadd9e84d1 to your computer and use it in GitHub Desktop.
sample03
public static void main(String[] args) {
String mistir = "叡智";
zaki(mistir);
System.out.println(mistir);//”叡智”
}
//即死呪文
private static void zaki(String estark){
estark = "死";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment