uwu/uwu.cpp

8 lines
83 B
C++
Raw Normal View History

2021-07-24 20:03:01 +00:00
#include <iostream>
int main()
{
std::cout << "uwu" << std::endl;
return 0;
}