jazykc
2013.3
upoljazykc
Main Page
Related Pages
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Typedefs
Macros
Pages
zaklady-jazyka-c
hello-world.c
Go to the documentation of this file.
1
23
#include <stdio.h>
//printf()
24
#include <stdlib.h>
//EXIT_SUCCESS
25
26
int
main (
void
) {
27
28
printf(
"Hello, world!\n"
);
29
30
return
EXIT_SUCCESS;
31
}
Generated on Sat Dec 7 2013 22:57:26 for jazykc by
1.8.5