var s1="Some \"Some String\" Is Cool"; var s2="My String Is Awesome"; var s3="Demi\nLovato"; var main = (args)=>{ ret 0; };