src/main.cc
branchgui
changeset 0 137cb007b199
equal deleted inserted replaced
-1:000000000000 0:771d273fee0e
       
     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 }