Our goal will be to package the following simple example code (example.cpp):
#include <iostream>
int main() {
std::cout << "hello from your conda package!" << std::endl;
return 0;
}
Our goal will be to package the following simple example code (example.cpp):
#include <iostream>
int main() {
std::cout << "hello from your conda package!" << std::endl;
return 0;
}