cmt/template/main.cpp

7 lines
87 B
C++
Raw Normal View History

2024-09-11 16:55:10 +08:00
#include <iostream>
int main()
{
std::cout << "Done" << std::endl;
return 0;
}