这个编辑器使用了Coliru
#include <stdio.h>
int main() {
    printf("Hello, World!\n");
    return 0;
}

运行结果