正文

Swift代码示例(不使用空格): ```swift let a = 10 let b = 20 let sum = a+b print(sum) ```