35de64e0创建于 2018年12月12日历史提交
fun main() {
    print('r')
    while (true) {
        print('e')
    }
}