equal
deleted
inserted
replaced
22 /// |
22 /// |
23 /// This program is intended to be a "Hello World!" program that shows |
23 /// This program is intended to be a "Hello World!" program that shows |
24 /// the very basic notions of the LEMON library: \ref graphs "graphs" and |
24 /// the very basic notions of the LEMON library: \ref graphs "graphs" and |
25 /// \ref maps-page "maps". Click on the links to read more about these. |
25 /// \ref maps-page "maps". Click on the links to read more about these. |
26 /// |
26 /// |
27 /// \include hello_lemon.cc |
27 /// \include hello_world.cc |
28 |
28 |
29 #include <iostream> |
29 #include <iostream> |
30 #include <lemon/list_graph.h> |
30 #include <lemon/list_graph.h> |
31 |
31 |
32 using namespace lemon; |
32 using namespace lemon; |