Test-Source: Porovnání verzí
Z Milan Kerslager
(Obsah vpravo) |
(Test) |
||
| Řádka 1: | Řádka 1: | ||
| − | + | Text text text | |
| − | |||
| − | |||
| − | = | + | <source lang="C"> |
| + | #include <stdio.h> | ||
| − | text text | + | int main() |
| + | { | ||
| + | printf("Ahoj svete!\n"); | ||
| + | } | ||
| + | </source> | ||
| + | |||
| + | Text text text | ||
| + | |||
| + | #include <stdio.h> | ||
| + | |||
| + | int main() | ||
| + | { | ||
| + | printf("Ahoj svete!\n"); | ||
| + | } | ||
Verze z 7. 9. 2008, 13:47
Text text text
#include <stdio.h>
int main()
{
printf("Ahoj svete!\n");
}
Text text text
#include <stdio.h>
int main()
{
printf("Ahoj svete!\n");
}