Changeset 1511:d6b95a59da26 in lemon-0.x for demo/helloworld.cc
- Timestamp:
- 06/24/05 10:44:54 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1994
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
demo/helloworld.cc
r1435 r1511 23 23 if (i != j) g.addEdge(i, j); 24 24 25 std::cout << "Hello World!" << std::endl; 26 std::cout << std::endl; 27 std::cout << "This is library LEMON here! We have a graph!" << std::endl; 28 std::cout << std::endl; 29 25 30 std::cout << "Nodes:"; 26 31 for (NodeIt i(g); i!=INVALID; ++i)
Note: See TracChangeset
for help on using the changeset viewer.