Terzo commit

This commit is contained in:
LCM 2025-05-13 17:51:04 +02:00
parent 1ea4ccc3ae
commit f3d6ee0c2d
3 changed files with 4 additions and 8 deletions

6
main.c
View File

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

View File

@ -1,8 +1,10 @@
#include <iostream>
// Sono un commento
using namespace std;
int main() {
std::cout << "Hello World" << std::endl;
return 0;
return 0;
}
// Sono un'altra modifica

0
test.txt Normal file
View File