//[example_code #include // this header is optional int cpp_main( int, char* [] ) // note the name { return 5; } //]