Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 

9 rader
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. }