This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.
// A
std::stringgetText()
{
return"Hello World";
}
intmain(intargc,char*argv[])
{
std::cout<<getText()<<std::endl;
return0;
}
// This is Hello World with a function call and
// form feed characters in it for emacs page-break-lines extension
// which draws a horizontal line for each FF char it finds.
//
// this file contains two single h. lines and two consecutive h. lines