fork(1) download
  1. #include <stdio.h>
  2. #include <locale.h>
  3.  
  4. int main(void)
  5. {
  6. setlocale(LC_ALL, "");
  7. for (int c = 12784; c <= 12799; c++) {
  8. printf("%lc\n", c);
  9. }
  10. return(0);
  11. }
Success #stdin #stdout 0s 4360KB
stdin
Standard input is empty
stdout
ㇰ
ㇱ
ㇲ
ㇳ
ㇴ
ㇵ
ㇶ
ㇷ
ㇸ
ㇹ
ㇺ
ㇻ
ㇼ
ㇽ
ㇾ
ㇿ