COIN-OR::LEMON - Graph Library

source: glemon-0.x/src/main.cc @ 0:137cb007b199

gui
Last change on this file since 0:137cb007b199 was 0:137cb007b199, checked in by Akos Ladanyi, 19 years ago

added directory and check for the GUI

File size: 129 bytes
RevLine 
[0]1#ifdef HAVE_CONFIG_H
2#include <config.h>
3#endif
4
5#include <iostream>
6
7int main()
8{
9  std::cout << "Hello World!" << std::endl;
10}
Note: See TracBrowser for help on using the repository browser.