uwu/uwu.cpp
2021-07-24 22:03:01 +02:00

8 lines
83 B
C++

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