#include <stdio.h> #include <iostream> using namespace std; main () { printf("hello, world/n"); cin.get(); }