demo/hello_world.cc
changeset 2437 02c7076bf894
parent 2391 14a343be7a5a
child 2553 bfced05fa852
equal deleted inserted replaced
2:902e3e7ab44e 3:659ccb977dc1
    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;