質問編集履歴

1

ソースコードを修正

2020/09/05 11:09

投稿

saoka
saoka

スコア0

test CHANGED
File without changes
test CHANGED
@@ -96,7 +96,7 @@
96
96
 
97
97
  // パイプに書き込み
98
98
 
99
- writer.write(reader.toString());
99
+ writer.write('hello\n');
100
100
 
101
101
 
102
102