fork download
  1. #include <stdio.h>
  2. int main(void)
  3. {
  4. printf("Hello, World!");
  5. }
  6.  
  7.  
Success #stdin #stdout 0s 5292KB
stdin
make hello
./hello
stdout
Hello, World!