gdb-best-friend/examples/python/pretty-print2/1.cpp
Sergio Durigan Junior dd97dffcfb Adding slides in en_US
This commit adds the slides in en_US, and also the examples.
2014-10-16 18:47:50 -04:00

9 lines
82 B
C++

#include <string>
int
main ()
{
std::string x = "Hello Upstream";
return 0;
}