src/main.cc
branchgui
changeset 1 c69fedfbb9b3
equal deleted inserted replaced
0:771d273fee0e -1:000000000000
     1 #ifdef HAVE_CONFIG_H
       
     2 #include <config.h>
       
     3 #endif
       
     4 
       
     5 #include <iostream>
       
     6 
       
     7 int main()
       
     8 {
       
     9   std::cout << "Hello World!" << std::endl;
       
    10 }