wow le tp là

This commit is contained in:
Simoes Lukas
2025-09-04 15:36:55 +02:00
parent c16ef0985f
commit 2c3e150ec5
87 changed files with 1059 additions and 28 deletions

1
SCR/TP03/print_unicode_char Executable file
View File

@@ -0,0 +1 @@
echo -n "Type an HEX UNICODE: " ; read x; echo -e "Corresponding CHAR: \U$x"