๐Ÿ”„strconv WorkshopWORKSHOP
1
2
3
4

Step 1

Use `strconv.Atoi` to parse `"42"` and `"not-a-number"`. Print the result or the error. Then use `strconv.Itoa` to convert `100` back to a string and print it.

โŒ˜ Enter (Mac) ยท Ctrl+Enter (Win/Linux)