1 line
67 B
Plaintext
Executable File
1 line
67 B
Plaintext
Executable File
read -p "Type an HEX UNICODE:" x;echo -e "Corresponding Char: \U$x" |