Junior — Senior
Converting an integer to a string without standard packages
livecode
Task condition
It is necessary to implement a function that converts an integer (int) to its string representation (string) without using the fmt, strconv, and strings.Builder packages. The function should work correctly with both positive and negative values, including boundary cases: 0, the minimum, and maximum value of the int type.