HW2: Init C++ project

This commit is contained in:
2024-12-25 10:02:48 +02:00
parent 61b63016cc
commit 64dc18280c
2 changed files with 219 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
int main(void) {
return 0;
}