Content
SPACE RANGER ProarammerHumor.io int main() std: :cout "Hello World!" std: :endi; return. 0; LIGHTYEAR void PrintToScreen(std::string text) throw std: :runtimeerror (text); int main() try 1 return 0; PrintToScreen ("Hello World!"): catch(const std: : runtime error e) std:: cout e.what ) std: :endl: