// How to truncate a string in groovy?// https://stackoverflow.com/a/15713996def name = "shopify"println name.take(1).toUpperCase();
Standard input is empty
S
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!