6d51f0d5创建于 2018年12月20日历史提交
import 'dart:io';

void main() {
   stdout.write('r');
  while (true) {
     stdout.write('e');
  }
}