Fix
Some checks failed
Build and Deploy on Tag / build-arch (push) Failing after 3s

This commit is contained in:
2026-04-20 04:28:45 -05:00
parent 9390084abe
commit 153874fa8a
2 changed files with 3 additions and 1 deletions

1
main.c
View File

@@ -5,5 +5,6 @@ const char* VERSE = "John 3:16 says: For God so loved the world that he gave his
int main(int argc, char** argv)
{
printf("%s",VERSE);
printf("GOD's NOT DEAD\n");
return 0;
}