jazykc  2013.3
upoljazykc
 All Classes Files Functions Variables Typedefs Macros Pages
prvocisla.c
Go to the documentation of this file.
1 
23 #include <stdio.h>
24 #include <stdlib.h>
25 
26 int main(int argc, char *argv[]) {
27 
28 //viz erastothenovo sito? nebo jiny algoritmus?
29  printf("Prvocisla:\n2, 3, 5, ...\n");
30 
31  return EXIT_SUCCESS;
32 }