You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

9 lines
177 B

  1. #include <helloworld/dummy.h>
  2. using namespace ::helloworld;
  3. std::string DummyEx::getHelloWorldEx()
  4. {
  5. return Dummy::getHelloWorld() + "\nThis is a simple executable :)";
  6. }