HN user

wampler

9 karma
Posts18
Comments14
View on HN
Qt 5.7 released 10 years ago

TODO: Hello World Exercise

#include <QCoreApplication>

int main(int argc, char *argv[]) { QCoreApplication app(argc, argv); return app.exec(); }