Files
SNPLIB/main.cc

7 lines
98 B
C++

#include <iostream>
int main() {
std::cout << "Hello, SNPLIB!" << std::endl;
return 0;
}