2 lines
113 B
Text
2 lines
113 B
Text
puts("Unicode value of ñ is ${scan("ñ", "%c")}");
|
|
printf("The code 241 in Unicode is the letter: %c.\n", 241);
|