Terzo commit
This commit is contained in:
parent
1ea4ccc3ae
commit
f3d6ee0c2d
6
main.cpp
6
main.cpp
|
|
@ -1,8 +1,10 @@
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
// Sono un commento
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
int main() {
|
int main() {
|
||||||
std::cout << "Hello World" << std::endl;
|
std::cout << "Hello World" << std::endl;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Sono un'altra modifica
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue