Logo white

Peter M. Groen / CalcPrimes

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • CalcPrimes
  • src
  • main.cpp
  • Initial setup
    1a00617f
    Peter M. Groen authored
    2022-10-01 10:15:37 +0200  
    Browse Code ยป
main.cpp 123 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11
#include <QApplication>

int main( int argc, char* argv[] )
{
    QApplication oApp( argc, argv );



     oApp.exec();
}