This commit is contained in:
2024-12-12 11:52:03 +01:00
parent 509863f591
commit 055bec0350
4 changed files with 63 additions and 3 deletions

3
main.c
View File

@@ -1,7 +1,8 @@
#include <stdio.h>
#include "function.h"
int main()
{
puts("main");
printf("main\n");
return 0;
}