main.cpp
Go to the documentation of this file.
00001 
00011 /*****************************************************************************
00012 ** Includes
00013 *****************************************************************************/
00014 
00015 #include <iostream>
00016 #include "f.hpp"
00017 
00018 int main() {
00019   std::cout << "Hello Dude" << std::endl;
00020   fooDude();
00021   fooDude();
00022   fooDude();
00023   std::cout << "Yeah, it's a " << fiasco() << std::endl;
00024   return 0;
00025 }
 All Files Functions Defines


ecl_foo
Author(s): Daniel Stonier
autogenerated on Tue May 14 2013 15:37:47