function main() { int i = 122; int j = 32; print((i - j)); // prints ascii `Z` }