demo/hello_world.cc
changeset 2209 d3425607d41a
parent 2195 f47faf6913ab
child 2391 14a343be7a5a
     1.1 --- a/demo/hello_world.cc	Thu Sep 07 13:34:14 2006 +0000
     1.2 +++ b/demo/hello_world.cc	Thu Sep 07 13:35:48 2006 +0000
     1.3 @@ -35,7 +35,7 @@
     1.4  typedef ListGraph::Edge  Edge;
     1.5  
     1.6  
     1.7 -int  main( int argc, char *argv[] )
     1.8 +int main()
     1.9  {
    1.10    // Declare the graph itself and a NodeMap, witch will store the characters
    1.11    // assigned to the nodes