ChoruYt's picture
Upload 216 files
a7f51f5 verified
Raw
History Blame Contribute Delete
106 Bytes
#include <iostream>
int main() {
std::cout << "Hello from Exocore C++!" << std::endl;
return 0;
}