teratail header banner
teratail header banner
質問するログイン新規登録

回答編集履歴

1

コードを訂正

2016/01/26 13:50

投稿

Stripe
Stripe

スコア2183

answer CHANGED
@@ -10,9 +10,9 @@
10
10
  stream?.write(UnsafePointer<UInt8>(data!.bytes), maxLength: data!.length)
11
11
  }
12
12
 
13
- out("hello")
13
+ printFile("hello")
14
- out("world")
14
+ printFile("world")
15
- out("this is a pen")
15
+ printFile("this is a pen")
16
16
 
17
17
  stream?.close()
18
18
  ```