Intro

Twoje nowe GUI dla systemów Librus
KLIKNIJ TUTAJ BY POBRAĆ
Multi Librus jest to aplikacja która pozwala na bezpośrednie zalogowanie się na swoje konto na portalach Librus.
This is bold and this is strong. This is italic and this is emphasized.
This is superscript text and this is subscript text.
This is underlined and this is code: for (;;) { ... }
. Finally, this is a link.
i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';