#include <QtDebug> int main(int argc, char *argv[]) { qDebug() << "Hello, World!" << "\n"; return 0; }