This commit is contained in:
stiti
2023-12-09 17:51:11 +01:00
parent cd3bcfafbe
commit 4b25cf8981
60 changed files with 1554 additions and 0 deletions

1
TP03/print_unicode_char Executable file
View File

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