Warning! The page was not fully loaded, probably because of a network issue. It could be that not all functionalities work as expected. Please try reloading the page.
Print All Arguments
Description: Write a bash script that prints all the arguments provided to it.
Example Output:
$./print_args.sh Hello World 123
Hello
World
123
$./print_args.sh This is a testThis
is
a
test