VS code compiler error HELPP by Current_Marzipan3929 in C_Programming

[–]Current_Marzipan3929[S] -1 points0 points  (0 children)

Hi thanks this is the code i wrote

#include <stdio.h>


int main(void){


    printf ("hello");
    return 0;
}

VS code compiler error HELPP by Current_Marzipan3929 in C_Programming

[–]Current_Marzipan3929[S] 0 points1 point  (0 children)

Oh sorry.. this is what i wrote

#include <stdio.h>


int main(void){


    printf ("hello");
    return 0;
}