Crafter.Build/tests/WindowsViaSsh/inner/main.cpp

6 lines
79 B
C++
Raw Normal View History

import std;
int main() {
std::println("hi from windows");
return 0;
}