cara mencetak sesuatu ke konsol c

#include <stdio.h>

void main(void) {
	printf("Hello, World!");
}
theCodingPug