שפת C/שלום עולם: הבדלים בין גרסאות בדף

תוכן שנמחק תוכן שנוסף
שורה 99:
<source lang = "c">
#include <stdio.h>
#include <conio.h>
 
int main()
{
printf("Hello world\n");
 
getch();
getchar();
return 0;
 
return 0;
}
</source>