# -*- mode: snippet -*- # name: using std output streams # key: using # -- using std::cout; using std::cerr; using std::endl; $0