changed code removed main from each file
All checks were successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/manual/build Pipeline was successful

This commit is contained in:
Mert Gör 2025-04-12 22:53:01 +03:00
parent 9a2eabf5cf
commit 97d77a3ff6
No known key found for this signature in database
GPG key ID: 03E547D043AB6C8F
11 changed files with 19 additions and 23 deletions

View file

@ -6,9 +6,3 @@ int foo()
return 0;
}
int main()
{
foo();
return 0;
}