uwu/uwu.cpp

8 lines
83 B
C++

#include <iostream>
int main()
{
std::cout << "uwu" << std::endl;
return 0;
}