This is a simple program written in Go that encode string into a format suitable for sending SMS. It take a string as input and convert each character into hexadecimal, with percent encoding as necessary.
- Make sure you have Go installed on your system.
- Clone or download this repository.
- Open a terminal and navigate to the directory containing the code.
Run the following command to execute the program:
go run main.go