main.cpp
Go to the documentation of this file.
00001 #include <bar/hello.h>
00002 #include <baz/world.h>
00003 
00004 int main(void) {
00005     hello();
00006     world();
00007 
00008     return 0;
00009 }


catkin_simple
Author(s): William Woodall , Dirk Thomas
autogenerated on Thu Jun 6 2019 19:49:46