fork download
  1. #include <stdio.h>
  2.  
  3. #include <wchar.h>
  4.  
  5.  
  6. int main()
  7.  
  8. {
  9. wprintf (L"Антоша");
  10.  
  11. return 0;
  12.  
  13. }
  14.  
  15.  
Success #stdin #stdout 0s 3476KB
stdin
Standard input is empty
stdout
??????