Skip to content

Instantly share code, notes, and snippets.

@ferdi2005
Created May 19, 2020 07:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ferdi2005/89e4329d7e43f30d40ff09eff1cf002c to your computer and use it in GitHub Desktop.
Save ferdi2005/89e4329d7e43f30d40ff09eff1cf002c to your computer and use it in GitHub Desktop.
S H I T P O S T S E N T E N C E S E A S I L Y W I T H T H I S R E A L L Y S I M P L E A N D M A G I C S C R I P T
puts 'Inserire la frase da S H I T P O S T A R E'
shitpost = gets.chomp
newpost = shitpost.upcase.split(//)
newpost.map! do |sub|
sub += ' '
end
puts newpost.join(' ')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment