Initial commit.
This commit is contained in:
5
.emacs.d/snippets/c++-mode/acc
Normal file
5
.emacs.d/snippets/c++-mode/acc
Normal file
@@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: accumulate
|
||||
# key: acc
|
||||
# --
|
||||
std::accumulate(${1:v}.begin(), $1.end(), ${2:0});
|
Reference in New Issue
Block a user