some changes

This commit is contained in:
2024-08-01 16:00:40 +02:00
parent 02e7d77013
commit cd1f96022c
34 changed files with 13 additions and 5690 deletions

6
src/main.cpp Normal file
View File

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