#PHP, 31 bytes
PHP, 31 bytes
<?=chunk_split($argv[1],1," ");
takes input from command line argument.
#PHP, 31 bytes
<?=chunk_split($argv[1],1," ");
takes input from command line argument.
PHP, 31 bytes
<?=chunk_split($argv[1],1," ");
takes input from command line argument.