fork download
  1. #include<stdio.h>
  2. int main()
  3. {
  4. char c='t';
  5. printf("%c",c);
  6. }
Runtime error #stdin #stdout 0.02s 1720KB
stdin
Standard input is empty
stdout
t