开始Swift之旅 - HelloWorld

//: Playground - noun: a place where people can play

import UIKit

var str = "Hello, playground"

print("HelloWorld")
print("hello, swift!")
print("this is my first playground")

一开始就可以看到, Swift和OC还有其他语言的不同之处~没了";"了...接下来就开始学习Swift的更多知识~

posted @ 2015-12-16 10:51  Rinpe  阅读(141)  评论(0)    收藏  举报