added main

This commit is contained in:
black
2025-07-04 21:53:52 +02:00
parent cfaacbd26f
commit 551da48a29
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
//
// Created by black on 12.06.25.
//
int main() {
return 0;
}