25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 

9 satır
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. }