RUNOOB.COM
源代码:
点击运行
/* 我的第一个 Swift 程序 */ var myString = "Hello, World!" print(myString)
运行结果