Skip to content

Instantly share code, notes, and snippets.

@rafaelvicio
Created August 9, 2017 12:44
Show Gist options
  • Save rafaelvicio/3ffa96f8be630caf0616db028bb8a9a3 to your computer and use it in GitHub Desktop.
Save rafaelvicio/3ffa96f8be630caf0616db028bb8a9a3 to your computer and use it in GitHub Desktop.
String imutaveis
String nome = "Rafael Augusto";
adicionaSobrenome(nome);
System.out.printlnn(nome);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment