fork download
#include <stdio.h>

int main(int argc, char **argv) {
    printf("Howdy\n");
    return 0;
}
Success #stdin #stdout 0s 2248KB
stdin
Standard input is empty
stdout
Howdy