Refactor: Improve code clarity, modularity, and style

This commit is contained in:
2025-10-20 12:42:14 +08:00
parent 48aa3d475d
commit 374c63b3d2
17 changed files with 1573 additions and 0 deletions

6
main.cc Normal file
View File

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