Készítő: Crippled Lion, 4 éve frissítve, szöveg nyelve: C++.
Beágyazás:
  1. #include <stdlib.h>
  2. #include <stdio.h>
  3. #include <string>
  4. #include <vector>
  5.  
  6. using namespace std;
  7.  
  8. int main() {
  9.     cout << "Hello, world!" << endl;
  10.     return 0;
  11. }