mirror of
https://github.com/threeal/cmake-action.git
synced 2025-04-20 02:31:20 +00:00
7 lines
86 B
C++
7 lines
86 B
C++
#include <iostream>
|
|
|
|
int main() {
|
|
std::cout << "all ok" << std::endl;
|
|
return 0;
|
|
}
|