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