>>27454783The proper way to coding is to ignore the syntax:
int main(void)
{printf("Hello, World!\n");
return 0;}
Notice how i almost removed the {} from the code and in effect making it look like Python master race?
This is the proper way to coding
we can take it a step further by using the preprocessor to fix other syntax bullshit
#define main int main(void){
#define 0 0;}
main
printf("Hello, World!\n");
return 0;
Python for the future of C