Quand tu fais un programme en C, il y a une syntaxe :



#include <stdio.h>

int main&#40;&#41; &#123;
printf &#40;"Hello, World"&#41; ;
&#125;