Code:
#include<stdio.h>
int main(void){
printf("hello");
}
why is void included in this code?