fork(1) download
  1. #include <stdio.h>
  2.  
  3. int main() {
  4. printf("\u263A"); // Unicode for Smiley Face
  5. return 0;
  6. }
  7.  
Success #stdin #stdout 0s 5436KB
stdin
Standard input is empty
stdout