blob: 06c683453a137498a159c25c41a02ea9e76a801d [file] [log] [blame]
function main( args) {
System.out.println("4" + 5 + 6 + 4);
}