Files
hello-cmake/template/default/main.cpp

8 lines
89 B
C++
Raw Normal View History

2026-03-31 15:34:09 +08:00
#include <iostream>
int main()
{
std::cout << "Done." << std::endl;
return 0;
}