Idź do linków.
Przykładowy akapit
i dalsza jego część
Pierwszy akapit tekstowy.
Pojazd
wielośladowyThis plate must be a gauge to file your worm and
groove to equal breadth by.
A | B |
C | D |
A | |
C | D |
> < ° © ± ½ × & • † ‰ € ™ Ø ÷ " “ ” „
Odnośnik do drugiego dokumentu
#include <stdio.h> #include <string.h> int main() { int i, x=0; char buf[] = "Przykład"; char *ptr = buf; for(i=0; i<strlen(buf); i++) { ptr = &buf[i]; if (*ptr > 0) x += *ptr; } printf("%d\n", x); return 0; }