mirror of
https://github.com/threeal/cmake-action.git
synced 2025-04-20 18:51:19 +00:00
7 lines
92 B
C++
7 lines
92 B
C++
#include <iostream>
|
|
|
|
int main() {
|
|
std::cout << "Hello world!" << std::endl;
|
|
return 0;
|
|
}
|