Skip to content

Instantly share code, notes, and snippets.

View vandekeiser's full-sized avatar

Laurent CLAISSE vandekeiser

View GitHub Profile
package fr.mga.foobarqix;
import java.util.HashMap;
import java.util.Map;
import java.util.stream.IntStream;
import static java.lang.System.out;
import static java.util.Collections.unmodifiableMap;
import static java.util.stream.Collectors.joining;