Changeset 1526:8c14aa8f27a2 in lemon-0.x for demo/hello_lemon.cc
- Timestamp:
- 06/30/05 18:13:30 (19 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2012
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
demo/hello_lemon.cc
r1520 r1526 18 18 if (i != j) g.addEdge(i, j); 19 19 20 std::cout << "Hello World!" << std::endl; 21 std::cout << std::endl; 22 std::cout << "This is library LEMON here! We have a graph!" << std::endl; 23 std::cout << std::endl; 24 20 25 std::cout << "Nodes:"; 21 26 for (NodeIt i(g); i!=INVALID; ++i)
Note: See TracChangeset
for help on using the changeset viewer.