Skip to content
Snippets Groups Projects
help.cpp 168 B
Newer Older
  • Learn to ignore specific revisions
  • toole1's avatar
    toole1 committed
    #include "monad.h"
    
    namespace monad
    {
    
    void printHelp()
    {
    	cout
    #include "README.cg"
    	;
    }
    
    
    toole1's avatar
    toole1 committed
    void printLicense()
    {
    	cout
    #include "LICENSE.cg"
    	;
    
    toole1's avatar
    toole1 committed
    }
    
    toole1's avatar
    toole1 committed
    
    } // namespace monad