cout (83B)
1 # -*- mode: snippet -*- 2 # name: cout 3 # key: cout 4 # -- 5 std::cout << $0 << std::endl;
My emacs configuration, done in a literate programming fashion using org-mode
git clone git://git.shimmy1996.com/emacs.d.git
1 # -*- mode: snippet -*- 2 # name: cout 3 # key: cout 4 # -- 5 std::cout << $0 << std::endl;