Code Block
Test 1
A code block with proper indentation ;-)
#include <iostream>
int main()
{
std::cout << "Hello, World!" << std::endl;
return 0;
}
Test 2
A code block with proper indentation ;-)
#include <iostream>
int main()
{
std::cout << "Hello, World!" << std::endl;
return 0;
}
Test 3
print "\xfabln\xeck"
Test 4
This isn't valid C++ but I think we should accept it;
std::cout<<"\xfabln\xeck"<<"\n";