import 'dart:io'; main(List args) { while (true) { stdout.write('e'); } }