start ...

This commit is contained in:
2026-06-17 01:45:40 +03:00
commit 60a261f18c
9 changed files with 393 additions and 0 deletions

5
snipplib.cpp Normal file
View File

@@ -0,0 +1,5 @@
#include <iostream>
void say_hello(){
std::cout << "Hello, from snipplib!\n";
}