59702d9e创建于 2018年12月11日历史提交
// Compile with rdmd
import std.stdio;

void main() {
	write("r");
	while (true) write("e");
}