This commit is contained in:
Linus109
2025-11-23 14:13:33 +01:00
parent 63b75ce631
commit 4c22dcffdb

View File

@@ -4,5 +4,6 @@
int main(int argc, char *argv[]) int main(int argc, char *argv[])
{ {
printf("testing testing\n"); printf("testing testing\n");
printf("testing again\n");
return 0; return 0;
} }