promptdojo_

The four types you'll see daily — step 5 of 9

AI wrote a snippet that reads a port from an environment variable and adds one. The env var arrives as a string "8080", but the next line needs an integer. Fill in the cast that converts the string to an int.

Function name: