Initial commit

This commit is contained in:
LCM 2025-05-13 17:29:16 +02:00
commit 614fc3097d
2 changed files with 7 additions and 0 deletions

1
esempio.txt Normal file
View File

@ -0,0 +1 @@
Questa e una riga di esempio

6
main.c Normal file
View File

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