Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created May 21, 2021 17:16
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 parzibyte/7d98cacef26bcd2f0e3ec7c700a85d9d to your computer and use it in GitHub Desktop.
Save parzibyte/7d98cacef26bcd2f0e3ec7c700a85d9d to your computer and use it in GitHub Desktop.
public static String[] obtenerDosCadenas() {
String nombre = "Luis";
String apellido = "Cabrera";
return new String[]{nombre, apellido};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment