bash
This code iterates over all arguments passed to a script using the `"$@"` builtin variable, which represents all positional parameters, and prints each argument. This demonstrates how to handle and process command-line arguments in a Bash script.