fork download
  1. #include <stdio.h>// test
  2. #include <locale.h>
  3.  
  4. int main(void)
  5. {
  6. setlocale(LC_ALL, "");
  7. printf("%lc\n", L'€');
  8. return (0);
  9. }
Success #stdin #stdout 0s 11096KB
stdin
Standard input is empty
stdout