fixed main
All checks were successful
ci/woodpecker/pr/build Pipeline was successful

This commit is contained in:
Mert Gör 🇹🇷 2025-04-11 20:37:31 +03:00
parent 6a55cc4abc
commit 124b6bfcbf
Signed by: mertgor
GPG key ID: 03E547D043AB6C8F

2
main.c
View file

@ -1,6 +1,6 @@
#include <stdio.h>
int (){
int main(){
printf("CI Test\n");
return 0;
}