fork download
  1. #include <stdio.h>
  2. #define _(__) #__
  3. int main(){
  4. puts(_(hello world));
  5. }
  6.  
Success #stdin #stdout 0s 2168KB
stdin
Standard input is empty
stdout
hello world