This commit is contained in:
2025-07-03 20:08:27 -05:00
parent 7bde7e60c9
commit c5bbd1694e
4 changed files with 48 additions and 0 deletions

7
main.c Normal file
View File

@ -0,0 +1,7 @@
#include <stdio.h>
int main(int argc,char** argv)
{
printf("42\n");
return 0;
}