Updated the docker setup.

This commit is contained in:
douwe
2026-08-19 10:06:27 +02:00
parent b0acdc67c8
commit 06f271d778
71 changed files with 44 additions and 1408 deletions

6
server/main.cpp Normal file
View File

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