Skip to content

Instantly share code, notes, and snippets.

@thiagoolsilva
Last active June 12, 2018 21:11
Show Gist options
  • Save thiagoolsilva/0fc45242fa283ae6c987438375fab157 to your computer and use it in GitHub Desktop.
Save thiagoolsilva/0fc45242fa283ae6c987438375fab157 to your computer and use it in GitHub Desktop.
import java.util.Arrays;
public class Test {
public static void main(String[] args) {
FunWithDefaultValuesKt.joinStrings(Arrays.asList("Thiago", "Lopes", "silva"));
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment