Java otrzyma pierwsze 3 znaki sznurka
firstFourChars = input.substring(0, 4);
Xenophobic Xenomorph
firstFourChars = input.substring(0, 4);