blob: 0326ab00f3b6d0a94b5a7f52a9116292a46646b8 [file] [log] [blame]
# Licensed to the Apache Software Foundation (ASF) under one or more contributor
# license agreements; and to You under the Apache License, Version 2.0.
def main(args)
str = args["delimiter"] + " ☃ " + args["delimiter"]
puts str
{ "winter" => str }
end