jhxs411

jhxs411

蒟蒻

#include <iostream>

int main()
{
    while (true)
    {
        std::cout << "Damn\n";
    }
}
using System;

while (true)
{
    Console.WriteLine("Damn");
}