Kód: Vybrať všetko
#include "stdafx.h"
#include <stdio.h>
#include <conio.h>
int main(int argc, char **argv)
{
printf("hello world");
getch();
return 0;
}
Kód: Vybrať všetko
#include "stdafx.h"
#include <stdio.h>
#include <conio.h>
int main(int argc, char **argv)
{
printf("hello world");
getch();
return 0;
}