C++
Komentarze: 0
#include <iostream>
#include <cstdio>
using namespace std;
int main()
{
cout << "Hello World" ;
getchar();
return 0;
}
YETI
#include <iostream>
#include <cstdio>
using namespace std;
int main()
{
cout << "Hello World" ;
getchar();
return 0;
}
Dodaj komentarz