main.cpp 95 B

12345678
  1. // Thomas Nagy, 2011
  2. #include <QApplication>
  3. int main(int argc, char *argv[])
  4. {
  5. return 0;
  6. }