Cleaning up file structure

This commit is contained in:
Christopher Sanden
2025-10-13 17:52:17 +02:00
parent 4fd5b87bb6
commit f9dc752231
42 changed files with 5487 additions and 76 deletions

View File

@@ -1,11 +1,7 @@
#include <iostream>
#include <wsman.h>
int main()
{
std::cout << "Hello, World!" << std::endl;
return 0;
}
}